Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

How to check if url/links exist in page in Capybara?

Stub a setter on RSpec instance_double

Rspec Rails - Name should be valid - some clarifications

ruby-on-rails rspec

Getting nokogiri to use a newer version of libxml2

Michael Hartl Rails Tutorial chapter 7 error Action not found in UsersController

Cannot test with rspec controller POST create action( devise and cancan)

railstutorial.org, Chapter 6. unknown attribute: password

Is it a bad practice to randomly-generate test data?

ruby testing rspec fixtures

Using a hash inside a let()

ruby-on-rails ruby rspec

undefined method `sign_in' for #<RSpec::Core::ExampleGroup::Nested_1::Nested_1:0x1057fd428> error while trying to set up RSpec with Devise

How Can I Tell Controller Specs to Use the Signed OAuth Request

Rails 3 with Devise and rspec: Warden test helpers unreliable

Devise Rspec registration controller test failing on update as if it was trying to confirm email address

"Errno::EMFILE: Too many open files" with local images on create

How to test JQuery-file-upload with RSpec and Capybara