Search code examples
Why is capybara not available in request specs?...


ruby-on-railsrspeccapybara

Read More
RSpec View testing: How to modify params?...


ruby-on-railsrspec

Read More
How to configure Rails to use subfolders in models with RSpec?...


ruby-on-railsrspecruby-on-rails-7

Read More
How to set a bearer token param for testing a Rails API using Rswag UI...


ruby-on-railsrubyrspecswagger-uirswag

Read More
Rubocop RSpec/MultipleMemoizedHelpers issue on pundit spec tests...


ruby-on-railsrubyrspecpunditrubocop

Read More
RSpec how is be_invalid matcher made available...


rspecrspec-railsrspec-expectations

Read More
How to show SQL query log generated by a RSpec test?...


sqlruby-on-railstestingloggingrspec

Read More
RSpec request spec post an empty array...


ruby-on-railsrubyrspechttp-postrspec-rails

Read More
How can I use Sinatra to simulate a remote server in RSpec / VCR?...


ruby-on-rails-4rspecsinatranet-httpvcr

Read More
Rspec test with mock for a static method and non static method...


ruby-on-railsunit-testingrspecmocking

Read More
How do I get all attributes of a Model minus a few...


ruby-on-railsrspecmongoid

Read More
Rubocop 25 line block size and RSpec tests...


rubyrspecrubocop

Read More
Rails tests are passing but server refuses to start on production due to syntax error...


ruby-on-railsrspectddminitest

Read More
Rails validation inclusion error 'not included in list'...


ruby-on-railsrubyvalidationrspecinclusion

Read More
Modify rails session data for rspec test...


ruby-on-railsrubyrspec

Read More
How to properly test ActiveJob's retry_on method with rspec?...


ruby-on-railsrspecrspec-railsruby-on-rails-5.1rails-activejob

Read More
Ruby (Monkey Patching Array)...


ruby-on-railsarraysrubyrspec

Read More
Rails/Rspec Make tests pass with http basic authentication...


ruby-on-railsrspechttp-authentication

Read More
How to add auth token to each http RSpec test header...


ruby-on-railsrubyrspechttp-headers

Read More
Rspec stubbing a constant set to a Rails credential...


ruby-on-railsrspecrspec-railsrspec-mocks

Read More
How to check a checkbox in capybara?...


ruby-on-railsrubytestingrspeccapybara

Read More
Is it possible to combine RSpec shared examples with "it" blocks, and therefore not trigge...


rspec

Read More
RSpec Request spec setup issue...


rspecrequestrspec-rails

Read More
Seeded database key values conflicting with factory bot create/build...


ruby-on-railsrspecruby-on-rails-5factory-botrspec-rails

Read More
Matching of randomly ordered array when test nested hash with RSpec...


arraysrubyrspecruby-hash

Read More
Capybara - Submit a form without button...


ruby-on-railstestingrspecbddcapybara

Read More
How to use `eq` matcher with `hash_including` matcher for an array of hashes in rspec...


rubyrspecruby-hash

Read More
Selenium::WebDriver::Error::WebDriverError: no sessionId in returned payload...


google-chromeselenium-webdriverrspeccapybaragoogle-chrome-headless

Read More
How do I run an RSpec test on a specific line?...


ruby-on-railsrubyruby-on-rails-4rspec

Read More
Is testing relations in Rails considered to be a best practice?...


ruby-on-railsactiverecordrspecrelationship

Read More
BackNext