Search code examples
How do I use Rack/Test to test Sinatra redirects? The App works, but the test doesn't...


rubysinatrarspec2rack-test

Read More
nil response object in Rails 5.2, RSpec-Rails 3.7 spec for GET request...


ruby-on-railsrspecrack-test

Read More
Is there an alternative for `rack-test` for Ruby 3?...


rubycucumberrackrack-testruby-3

Read More
Intercept capybara chrome headless visits...


rubyrspeccapybaragoogle-chrome-headlessrack-test

Read More
Why does rspec fail?...


ruby-on-rails-3rspecrspec2rack-test

Read More
Mocking a post request with binary data in Sinatra...


rubyunit-testingsinatrarack-test

Read More
How do I get the Sinatra app instance that's being tested by rack-test?...


rubyunit-testingrackrack-test

Read More
How to iterate through an in-memory zip file in Ruby...


rubyzipin-memoryrack-test

Read More
Why is an Array in my payload being flattened in Sinatra / Rack::Test?...


rubyrspecsinatrarackrack-test

Read More
Rails 5, RSpec with RackTest - deletion of a record feature test...


ruby-on-railsrspecintegration-testinghttp-verbsrack-test

Read More
Can I use rack-test for deployment tests?...


rubytestingsinatrarackrack-test

Read More
Can I test that a Sinatra post method successfully saves to a YAML store?...


rubyunit-testingsinatrarack-test

Read More
Configuring rack-test to start the server indirectly...


rubyrspecrack-test

Read More
Capybara feature specs only working if js: true...


ruby-on-railscapybararack-test

Read More
Resizing the window in Capybara with rack_test...


ruby-on-rails-4rspeccapybararack-test

Read More
Rack::Test::Methods setting id when using get method...


ruby-on-railsrubyrack-test

Read More
Sinatra Rack Test "0 Tests" run...


rubyunit-testingsinatrarack-test

Read More
When writing Rails controller tests, why use #post vs #get vs #delete?...


ruby-on-railstestingcontrollerrack-test

Read More
testing padrino post methods are stopped by csrf...


rubysinatraminitestpadrinorack-test

Read More
Ruby load module in test...


rubysinatraminitestpadrinorack-test

Read More
How to distinguish between the Sinatra request object and the Rack Test request method?...


rubyhttpssinatrarack-test

Read More
Cucumber with Capybara/Rack-Test not working with DELETE route...


ruby-on-railscucumbercapybararack-test

Read More
Testing an AJAX POST using Rack::Test - how to pass in data?...


ajaxrestsinatrarack-test

Read More
ruby on rails 3 - undefined method `has_content?' for "HomePages":String...


ruby-on-rails-3rspeccapybararspec2rack-test

Read More
Gathering Logs within Rack::Test...


rubyrspecrackrack-test

Read More
How to check if response is a file?...


ruby-on-railstddtestunitminitestrack-test

Read More
Rack test fails: No response yet for JSON request...


ruby-on-railsrubyrspecrack-test

Read More
Capybara RackTest cannot click or find button but Selenium can...


capybaraselenium-webdriverrack-test

Read More
How to refactor RSpec tests for API...


rubyrspecsinatrarack-test

Read More
BackNext