Search code examples
rspec error when testing duplicated object [Rails]...


ruby-on-rails-3.2rspec-rails

Read More
rspec testing for url parameters...


ruby-on-railsrubyruby-on-rails-3rspecrspec-rails

Read More
Undefined Method when running rspec test using a stub...


ruby-on-railsrspecrspec-rails

Read More
Testing Rails 3.1 mountable engine with Rspec...


ruby-on-railsrspecruby-on-rails-3.1rspec-railsrails-engines

Read More
Does respond_to really do anything for us in testing a Model...


rubyrspecruby-on-rails-3.2rspec-rails

Read More
Why does rspec-rails skip the middleware?...


ruby-on-rails-3rackrspec-railsrack-middleware

Read More
"No route matches" error for route without a controller in rails/rspec...


ruby-on-railsrspecrspec-rails

Read More
Cant sign in user in Rspec test ( devise gem )...


ruby-on-railsdeviserspec-rails

Read More
Why does this requests spec fail intermittently, or how can I debug it?...


ruby-on-railscapybarafactory-botrspec-rails

Read More
Rails: RSpec: using global path variables only seems to work within "it" blocks...


ruby-on-railsrubytestingrspecrspec-rails

Read More
What sort of RSpec test should I write for a Model?...


ruby-on-railsruby-on-rails-3.2rspec-rails

Read More
spec with guard, rails 3.1.1, and ruby 1.9.3 getting cannot load such file errors...


ruby-on-railsrubyrspecrspec2rspec-rails

Read More
Rspec2 nested resources broken redirect...


ruby-on-rails-3rspec2rspec-rails

Read More
rails rspec expects fails for custom validations...


ruby-on-railsrspecrspec-rails

Read More
Mocking file uploads in Rails 3.1 controller tests...


file-uploadmockingruby-on-rails-3.1rspec-rails

Read More
Very simple Rspec rails test is not passing, where it should...


ruby-on-railsruby-on-rails-3rspecfactory-botrspec-rails

Read More
framework integration testing within a gem: how to set up rspec controller test for a gem rails inte...


rubyruby-on-rails-3rspecrubygemsrspec-rails

Read More
RSpec & Tire gem: test for Tire::Results::Collection...


ruby-on-railsrspecrspec-railstire

Read More
`should respond_with_content_type` and `should respond_with` fail because response is nil...


ruby-on-rails-3unit-testingtddrspec-railsshoulda

Read More
Rspec Mocks on any_instance with exactly(n) times...


ruby-on-railsrspecrspec-rails

Read More
RSpec: "schema does not exist" when calling a method in one model from a method in another...


ruby-on-railsruby-on-rails-3rspecrspec2rspec-rails

Read More
ActionController::RoutingError in Rspec eventhough the controller and action exists...


rubyruby-on-rails-3rspecrspec-rails

Read More
Loading only ActiveRecord for RSpec model tests...


ruby-on-railsactiverecordrspec-rails

Read More
Rails 3.2: Switching from Rspec to Test::Unit...


ruby-on-rails-3.2rspec-railstestunit

Read More
How can you get rspec to print failed test backtraces *as* it is running?...


rspecrspec2rspec-railsguard

Read More
Rspec for REST API call...


ruby-on-rails-3rspecrspec2rspec-rails

Read More
How to resolve data append in factorygirl while testing?...


ruby-on-railsmongodbrspecfactory-botrspec-rails

Read More
rspec Let() behavior in helper specs...


ruby-on-railsrspectddrspec-rails

Read More
Devise test database records conflicts on simultaneous tests...


ruby-on-railsdevisetddfactory-botrspec-rails

Read More
creating stub for after_create hook in rspec...


rubyruby-on-rails-3rspecrspec2rspec-rails

Read More
BackNext