Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Stubbing a controller method with Sinatra and rspec

ruby rspec sinatra

RSpec: in-depth differences between before(:all) and before(:each)

rspec

What's the best way to set custom request headers when using Capybara in RSpec request specs?

Combining RSpec filters?

ruby rspec

Best practice or workaround for RSpec specs faking class constants

Rspec for mailers with I18n

Testing rails with rspec without requiring all initializers run?

ruby-on-rails ruby rspec

Rspec double expect/allow anything

rspec mocking stubbing

Rspec/Rails: uninitialized constant ActiveSupport::Autoload (NameError)

ruby-on-rails rspec

Why does my ruby crash / segfault during tests?

Mongoid: 'update_attribute' with [models, ...] vs with [model_ids, ...]

ruby-on-rails rspec mongoid

Rails Devise API - Login route responds with `You need to sign in or sign up before continuing.`

How can I mock/fake the existence of a file using rspec?

Rails: Good process for adding tests retroactively?

testing a multi-step workflow in rspec

ruby rspec bdd

How can I test WebSockets (using Pusher) with RSpec?

After Rails 3 upgrade rake db:test:prepare not working?

What is the best way to mock a 3rd party object in ruby?

ruby testing rspec mocking

Parallel Test Execution hangs indefinitely for rspec

RSpec controller macro not working

ruby-on-rails rspec