Search code examples
How to test after_destroy callback in Rails and RSpec?...


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

Read More
How to test ActiveAdmin?...


ruby-on-railstestingrspecactiveadminrspec-rails

Read More
Rails testing with rspec...


ruby-on-railsrubyrspec-railsfaker

Read More
Rspec how to create an method to "DRY" only some params of a request?...


ruby-on-railsrubytestingrspecrspec-rails

Read More
Setting up Capybara to have an alias for the server it boots up...


ruby-on-railsrspeccapybararspec-rails

Read More
Oauth Model Concern Test Coverage Stubs...


ruby-on-railsmockingrspec-railstest-coveragestubs

Read More
Rails rspec feature tests are failing using 'stripe-ruby-mock' gem...


ruby-on-railsstripe-paymentsrspec-railstls1.2poltergeist

Read More
RubyOnRails classes / Preloading vs. new...


ruby-on-railsrspec-rails

Read More
Rspec fails to load support files...


ruby-on-railsrspecrspec-rails

Read More
Testing Devise updating user registration info with Rspec and getting: ActionController::UnknownForm...


ruby-on-railsrspecdeviserspec-rails

Read More
Rails RSpec, DRY specs: shared example vs. helper method vs. custom matcher...


ruby-on-railsrubyrspecrspec-rails

Read More
How to use `create` instead of `FactoryGirl.create` on rails console...


rspec-rails

Read More
Rspec's expect change count not working...


ruby-on-railsrspeccapybararspec-railsactioncable

Read More
RSpec test not passing: Expected response to be a <3XX: redirect>, but was a <200: OK>...


ruby-on-railsrubyrspecautomated-testsrspec-rails

Read More
Rspec test doesn't work well...


rspecrspec-rails

Read More
What is xscenario in spec.rb file ?...


ruby-on-railsrspec-rails

Read More
How to setup RSpec to test features last and only if all other tests pass...


ruby-on-railsrubyrspectddrspec-rails

Read More
How to avoid using the expect_any_instance_of hammer?...


ruby-on-railsrubyrspecrspec-rails

Read More
ActionMailer sending real emails in test mode! - How to turn off?...


ruby-on-rails-3actionmailerrspec-railssendgrid

Read More
RSpec test omniauth logout through Rails app with api only flag...


ruby-on-railsomniauthrspec-railsgoogle-oauth

Read More
Controller spec unknown keyword: id...


ruby-on-railsrubyrspecruby-on-rails-5rspec-rails

Read More
How to pass authentication token in RSpec test for JSON API?...


ruby-on-railsjsonrspec-rails

Read More
Travis CI RSpec tests. Comparing variables that hold the same time...


ruby-on-railsrspectravis-cirspec-rails

Read More
Feature specs for exceptional scenarios...


ruby-on-railsrspec-rails

Read More
Rspec command to skip view specs...


ruby-on-railsrspecrspec-rails

Read More
What is this Rspec syntax exactly asking for?...


rubyrspecrspec-rails

Read More
NoMethodError:undefined method `id' for nil:NilClass...


ruby-on-railsrubyrspecrspec-rails

Read More
How to write into Rspec output log file from rspec test case?...


ruby-on-railsrubyrspecrspec-rails

Read More
Capybara choose("radio button") not working...


ruby-on-railsrspecradio-buttoncapybararspec-rails

Read More
Mocking object that are generated dynamically + rspec-mock...


rspec-railsrspec-mocks

Read More
BackNext