Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec3

RSpec: stubbing Rails.application.config value doesn't work when reopening classes?

ruby-on-rails rspec3

`require': cannot load such file -- spec_helper (LoadError)

Upgrade to rspec 3 cause error when using should have(1).error_on

ruby-on-rails rspec rspec3

Test if a block is passed with RSpec Mocks

ruby rspec rspec3

rspec pending results in falied test

Rails 4, rspec 3: model validation test

Testing Rake in Rails: Multiple Error Raises Silenced In Test

What is the difference between "be_true" and "be true" in RSpec

rspec failing error: expected false to respond to `false?`

ruby rspec rspec3

not_to change.by() is not supported

ruby-on-rails rspec rspec3

In RSpec, using let variable inside before :all block

Rspec to have(n).items undefined method

ruby rspec rspec3

expected true to respond to true?

RSpec allow/expect vs just expect/and_return

How is spec/rails_helper.rb different from spec/spec_helper.rb? Do I need it?

rspec 3 - stub a class method