Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

RSpec controller tests of PUT update action on nested resource

Action mailer link check in rspec

Devise Lockable not working in rspec controller tests

ruby-on-rails rspec devise

Comparing hashes in RSpec that contain BigDecimal

ruby hash rspec

Confused - spec_helper.rb:94:in `<top (required)>': uninitialized constant Shoulda (NameError)

Silencing unnecessary capybara-webkit warnings

Rspec testing rake tasks

ruby-on-rails ruby rspec rake

raise an error on the xth time and after that return a value

Unexpected rspec behavior

ruby rspec

VCR says "no cassette in use" even after specifying cassette

Ruby 1.9.1 with rspec "can't modify frozen object"

ruby rspec

Excluding a folder from autotesting

How to test that a file is uploaded in a controller?

Getting NameError: `format' is not allowed as an instance variable name when testing instance variable with rspec

ruby rspec

DatabaseCleaner + RSpec : what is the correct configuration?

How to set a value in the params hash when testing a Rails helper method with RSpec?

How can I mock super in ruby using rspec?

ruby rspec rspec2

Rails Time inconsistencies with rspec

ruby-on-rails time rspec

How to access (devise) current_user in a rspec feature test?

What is the best practice when it comes to testing "infinite loops"?

ruby-on-rails ruby tdd rspec rr