Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Rspec, Rails, Do I need to get or post a request for every test

Performing semi-automated testing with ruby

ruby testing rspec

Carrierwave store_dir not modified when running rspec with spork

Test with Rspec using session sinatra

rspec sinatra

How to disable belongs_to :touch option in Rspec tests for Rails models?

Substitution of request.formats: ["text/html"] with ["application/javascript"]

ruby-on-rails rspec

Test that a substring is present in array of strings in rspec

ruby-on-rails rspec

Rspec tests failing with user being redirected when he should be given access to a Deal he owns

expect(WebMock).to have_requested(:get, "any url")

rspec webmock

How do I resolve "bad argument (expected URI object or URI string)"? Ruby on Rails, Michael Hartl Tutorial

ruby-on-rails ruby rspec

Spying on an instance method with Rspec

ruby rspec

Rails Integration Tests: reducing execution time

Check for bad enum with rspec

ruby-on-rails ruby rspec enums

RSpec with Ruby on Rails - Wrong number of arguments (1 for 0) when testing routes

Confusing RSpec hash match diff

ruby rspec rspec-rails

RSpec undefined method `request='

ruby-on-rails rspec