Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec3

RSpec controller specs not working unless explicitly adding :type => :controller

undefined method `env' for nil:NilClass

RSpec - unable to stub class private method

ruby rspec rspec3

RSpec undefined method "errors_on"

Rails 4, RSpec 3.2 - how to mockup ActionMailer's deliver_now method to raise exceptions

How to get all factory_girl factories defined for a particular model class?

Validate presence of attributes using RSpec

rspec-rails rspec3

Set custom user agent on rails testing

Multiple assertions for single setup in RSpec

RSpec 3: expect object.do_something to NOT raise a particular kind of error

ruby rspec3

Rspec 3 vs Rspec 2 matchers

ruby rspec rspec3

RSpec sequence of returned values AND raised errors from stub

Rspec post :create 'unknown keyword: '

How can I check if my subject raises an exception?

ruby rspec rspec3

Rails/RSpec toggle cache for a single test

Capybara::ElementNotFound: Unable to find file field "file"

How to pass argument to subject in rspec

ruby ruby-on-rails-3 rspec3

Testing multiple hosts with the same test using serverspec

ruby rspec rspec3 serverspec