Search code examples
Testing controllers with Minitest...


ruby-on-railstestingrspecrspec-railsminitest

Read More
How can I specify https protocol in routing spec with rspec?...


ruby-on-railsrspecrspec-railsspecifications

Read More
weird RSpec behavior when runnig controller spec and retrieving last record...


ruby-on-railsruby-on-rails-3activerecordrspecrspec-rails

Read More
How to check if controller response has link?...


rubyrspecrspec2rspec-rails

Read More
How would I test a param is getting modified in a RSpec controller test?...


ruby-on-railsrspecrspec-rails

Read More
Way to use postgresql and avoid testunit by default in rails 3.2?...


postgresqlrspecruby-on-rails-3.2rspec-railsrails-postgresql

Read More
How to test uniqueness of Coupon/Promo-Codes?...


ruby-on-railsrspecrspec2rspec-rails

Read More
How to use @valid_attributes in a before block in rails 3 and rspec?...


ruby-on-rails-3rspecrspec-rails

Read More
trouble getting started with requests testing...


ruby-on-rails-3rspec2rspec-rails

Read More
Best way to debug rspec integration tests with capybara?...


ruby-on-rails-3rspec-rails

Read More
`load': no such file to load...


ruby-on-railstestingrspecrspec-rails

Read More
Why do I get "undefined method `visit'"?...


ruby-on-railsrubytestingrspecrspec-rails

Read More
How to mock chained associations in rails and rspec?...


ruby-on-railsrspec2rspec-rails

Read More
Rails Tutorial: Chapter 8.1.5 error (rendering with a flash message; listings 8.11 and 8.12)...


ruby-on-railsruby-on-rails-3testingrspec-railsrailstutorial.org

Read More
Rack::Test PUT method with JSON fails to convert JSON to params...


ruby-on-rails-3testingrestcucumberrspec-rails

Read More
why different variables within RSpec?...


rspec2rspec-rails

Read More
rspec - how to test for a model attribute that is not a database column...


ruby-on-railsrubyrspecrspec-railsexpectations

Read More
how to tell Rails RSpec that spec is "type helper"...


ruby-on-rails-3rspecrspec2simple-formrspec-rails

Read More
RSpec uniqueness email test fails with FactoryGirl...


ruby-on-rails-3tddfactory-botrspec-rails

Read More
Uninitialized constant error in Rspec with Rails 3.0.5...


ruby-on-railsrspecrspec-rails

Read More
How do I initialize a model table w/RSpec so external processes can see the contents of the table?...


ruby-on-rails-3postgresqllockingrspec-railsexternal-process

Read More
Arbitrary attributes error with has_one association and Factory Girl...


ruby-on-rails-3rspecrspec2factory-botrspec-rails

Read More
rspec-rails + rabl rendering views even if I don't want them to be rendered?...


ruby-on-railsrspecrspec-railsrabl

Read More
Ruby on Rails 3 Tutorial - Ch. 3; Sec. 3 - "undefined method `describe' for PagesController...


ruby-on-rails-3rspec-rails

Read More
rspec reloading object clears has_many collection...


activerecordrspecrspec-rails

Read More
ActionMailer::Base.deliveries always empty in Rspec...


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

Read More
RSpec: Using view.should_receive with subject...


ruby-on-railstestingrspecrspec-rails

Read More
rspec generator in rails 3.2.5...


ruby-on-rails-3rspecrspec2rspec-rails

Read More
any_instance should_receive not working correctly...


ruby-on-railsrubyrspecrspec-rails

Read More
File upload, factory_girl & database_cleaner...


ruby-on-railsfactory-botrspec-rails

Read More
BackNext