Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

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

Using Rspec/Capybara/Selenium to interact with a canvas element

Testing polymorphic associations with RSpec

RSpec: How to test methods that use Parallel (PG::ConnectionBad error)

Rspec- Testing a rake task that calls "abort"

rspec rake

How to spec operations that rely on Memcached?

RSpec.configure and the request object

Running spec for a rails engine from its parent app