Search code examples
Strange errors in tests after updating to rspec3...


http-redirectruby-on-rails-4rspec-railsrspec3

Read More
what file is RSpec currently checking...


rspecrspec-rails

Read More
Tell Rspec - don't delete my test_db when before running tests...


ruby-on-railsrspecrspec-rails

Read More
Failure/Error: click_button "Sign in" ActionView::MissingTemplate:...


ruby-on-railsrspecrspec-rails

Read More
Rspec/Capybara features tests not running, even with _spec.rb ending...


rspeccapybararspec-rails

Read More
the scheme redis does not accept registry part: : (or bad hostname?) (URI::InvalidURIError)...


ruby-on-railsruby-on-rails-4rspecrspec-rails

Read More
After failed example guard-rspec is rerunning file which contains shared_examples instead of the act...


ruby-on-railsrspecruby-on-rails-4rspec-railsguard

Read More
Factory still not registered after trying solutions provided...


ruby-on-railsfactory-botrspec-rails

Read More
How to call a rake task in rspec...


ruby-on-rails-3rspecrakerspec-rails

Read More
Rails RSpec invalid option: --format...


ruby-on-railsrspecrspec-rails

Read More
UnknownFormat in rails spec...


ruby-on-rails-4rspec-rails

Read More
Is there any complete real life Rails project with RSpec?...


ruby-on-railsrubyrspecrspec2rspec-rails

Read More
How can I make Rspec see my services folder?...


ruby-on-railsrubyrspecrspec-rails

Read More
RSpec controller testing with paperclip...


ruby-on-railsrspecpapercliprspec-rails

Read More
Stubbing tomorrow's date in rspec...


rspec-railsruby-on-rails-4.1

Read More
Using rails' "post" in controller tests in rspec with scoping and protocol on routes...


ruby-on-railsrubyrspecjrubyrspec-rails

Read More
Route test failing on: NoMethodError: undefined method `values' for "/the/route":Strin...


ruby-on-railsrspec-railsrails-routing

Read More
Test Speed: ActiveRecord use_transactional_fixtures vs. DatabaseCleaner.strategy = :transaction...


ruby-on-railsrubyrspecbenchmarkingrspec-rails

Read More
How to write a rspec for update action for controller?...


rspecruby-on-rails-4factory-botrspec-rails

Read More
Query after POST returns Nil unless following expect(page)...


ruby-on-railstestingrspeccapybararspec-rails

Read More
undefined local variable or method `clientid' for #<RSpec::ExampleGroups...


rubyrspecrspec-rails

Read More
what does this line of code "expect { |b| 5.tap(&b) }.to yield_control" implementing f...


ruby-on-railsrubyrspec-rails

Read More
What is the best way to test Thrift code in Ruby on Rails using RSpec...


ruby-on-railsrubyrspec-railsthrift

Read More
rspec-rails 2.14.2 with Rails 4.2 InvalidURIError...


rspec2rspec-railsruby-on-rails-4.2

Read More
Rspec let scoping with shared examples...


ruby-on-railsrubyrspecrspec-railsrspec3

Read More
render_views helper not working as expected...


ruby-on-railsrubyrspecrspec-railsrspec3

Read More
How to set an RSpec expectation for an object that doesn't exist yet...


rspecrspec-rails

Read More
ruby constant not getting picked up in other class or tests...


rubyruby-on-rails-4rspecfactory-botrspec-rails

Read More
guard doesn't run test for changed file rails 4.1.2...


rubyruby-on-rails-4rspec-railsguard

Read More
rspec fails where 'current_user' code written in controller...


ruby-on-railsrspec-rails

Read More
BackNext