Search code examples
Using role_model and Factory_Girl (for spec testing), how do I properly setup a user as an admin?...


ruby-on-railsrubyruby-on-rails-3testingrspec-rails

Read More
How to write Rspec spec for the following query...


ruby-on-railsactiverecordrspecrspec2rspec-rails

Read More
Rspec test in ruby on rails, cannot load such file webmock/rspec...


ruby-on-railsrubybundlerrspec2rspec-rails

Read More
Having test coverage problems with Rails instance method in model with Stripe...


ruby-on-railsrspecrspec-railsrails-modelsstripe-payments

Read More
Error running rspec test in rails...


ruby-on-railsrubyrspecrspec-rails

Read More
Rspec, multiple assertions over the same code...


ruby-on-railsrspecrspec-railsreusability

Read More
How to use RSpec custom matcher for multiple 'should have_selector'...


ruby-on-railsrspec2rspec-rails

Read More
Rspec should_receive unordered checks...


ruby-on-railsrubyrspecrspec-rails

Read More
rspec-spies inspect the call arguments to stubbed methods and method spies...


rspecrspec2rspec-railsstub

Read More
How to test that a new record in the controller has an attribute...


rspecrspec-rails

Read More
Rspec test failing: creating new record rather than using existing one...


ruby-on-railsrspecruby-on-rails-3.2rspec-rails

Read More
Approach towards writing test case with RSpec...


ruby-on-railsrspec2rspec-rails

Read More
Rufus scheduler task picked up when running rspec...


rspec-railsrufus-scheduler

Read More
Ruby on Rails Tutorial section 6.3 test suite failing...


ruby-on-railsrspecrspec-railspassword-encryption

Read More
rspec not providing any backtrace...


rspecrspec-rails

Read More
Rails Factories association fail...


ruby-on-railsrspecfactory-botrspec-railsfabrication-gem

Read More
Railstutorial.org Validating presence tests...


ruby-on-railstddrspec-rails

Read More
How to seed the test database before to run Cucumber features?...


ruby-on-railsrubyruby-on-rails-3cucumberrspec-rails

Read More
not sure why changing to before all breaks this test...


ruby-on-railsrspec2rspec-rails

Read More
Rails 4 and RSpec, undefined method `assertions' in routing spec...


rspec2rspec-railsruby-on-rails-4minitest

Read More
has_many through association sql error...


ruby-on-railsruby-on-rails-3rspecsqliterspec-rails

Read More
Testing "validates ..., format => with"...


rspecrspec-rails

Read More
Testing association through aliases...


ruby-on-railsruby-on-rails-3rspecrspec-rails

Read More
How to test attr_accessible fields in RSpec...


ruby-on-railsrspecrspec2rspec-rails

Read More
ActiveRecord#where returning instance when running specs...


ruby-on-railsactiverecordrspecrspec-rails

Read More
Rspec generate "it do" from array...


rspecrspec2rspec-rails

Read More
Authlogic / Selenium breaks after rails 3.2.12 upgrade...


seleniumruby-on-rails-3.2authlogicrspec-rails

Read More
ruby on rails rspec command...


ruby-on-railsrspecrspec-rails

Read More
Can I test a custom validation with rspec?...


rspec-rails

Read More
click and current_path with rspec-rails and capybara...


capybararspec-rails

Read More
BackNext