Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec3

Stub static module method on controller

Use Rspec shared examples to test a Ruby class' attributes

ruby rspec rspec3

How to stub i18n_scope for mocking ActiveRecord::RecordInvalid on Rails 4 rspec 3.3.0?

Negating a custom RSpec matcher that contains expectations

How can I stub a controller helper method in a view spec with RSpec 3.4?

RSpec HtmlMatchers have_tag: can we use regular expression to match HTML attributes?

How to fix my RSpec syntax for version 2.99?

How to discover why RSpec is taking so long to start?

Getting tripped up by verify_partial_doubles with rails 4 and rspec 3

How to count RSpec examples filtered with :focus in a git hook?

ruby git rspec rspec3

RSpec 3.5 pass argument to shared_context

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

How to set a value in the params hash when testing a Rails helper method with RSpec?