Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

RSpec any_instance return self

ruby rspec

Rails, Restful Authentication & RSpec - How to test new models that require authentication

Factory_Girl + RSpec: undefined method 'create' when create(:user)

Rspec mocks error: wrong number of arguments

ruby rspec stripe-payments

How do I test the order of method calls in rspec?

ruby testing rspec

Couldn't find 'rspec' generator

ruby-on-rails rspec

Is there an equivalent in RSpec to Cucumber's "Scenarios" or am I using RSpec the wrong way?

What does render_views do in rspec?

ruby-on-rails rspec

Rspec advice for testing service objects

RSpec in Rails: How to skip a before_filter?

How do I test whether my controller rendered the right layout on Rails 3?

ruby-on-rails rspec

Skip an RSpec test case at runtime

Mocking chain of methods in rspec

Redis::CommandError: ERR invalid DB index when running rspec

ruby-on-rails rspec redis

Why does default rake task run specs in Rails app?

ruby-on-rails ruby rspec rake

Capybara and Rspec: correct way to use within() and have_selector() together?

Exclude vendor files from Simplecov reports

Rspec 3.6, Rails 5 error: wrong number of arguments (given 2, expected 1) for `post` request

Setting http headers RSpec 2.4 / Rails 3

rspec controller test with devise authentication