Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Factory Girl / Rspec - "Trait Not Registered" Error

How to avoid a long stacktrace in rspec

ruby-on-rails ruby rspec

Display all pending, passing and error tests in rspec

rspec

Can I use a built-in RSpec matcher in a custom matcher?

How can I use RSpec to test the response code on a CanCan failed authorization?

What does "text-search query doesn't contain lexemes:" mean?

Validating boolean value in Rspec and Rails

Rspec not loading support files

ruby-on-rails rspec

Run rake assets:precompile before tests that include :js tag and skip otherwise

ruby-on-rails ruby rspec

Could not find diff-lcs when running generate rspec:install

Increasing timeout of poltergeist

How to test file download with rspec 1.3.0/capybara 0.3.9/selenium?

How do I define associated Factories with FactoryBot?

How can I block external connections with RSpec & Capybara?

Generated RSpec controller test is failing with wrong number of arguments (given 2, expected 1)

ruby-on-rails rspec

Stub a http request to return a HTTPartyResponse with a Net::HTTPResponse

ruby rspec rspec2

can I have RSpec without a class for methods

ruby rspec

test.host in Rspec testing Rails redirect

Rails+Capybara+poltergeist ArgumentError: rack-test requires a rack application, but none was given

How to spec methods that exit or abort

ruby rspec