Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Stub helper method for request spec in rails / rspec

How to write expect {}.to raise_error when rspec's syntax is configured with only should

ruby testing syntax rspec

How to debug "database does not exist" error in test suite?

Rspec Rails - Mock to be current_user to test the controller

ruby-on-rails rspec

Testing helper in rspec with I18n lazy lookup

RSpec: Testing that a mailer is called exactly once

ruby-on-rails rspec stub

Testing abstract classes in Rspec

ruby rspec

Stubbing instance variables in RSpec 3.2

ruby-on-rails ruby rspec

simpler way to modify a string

ruby-on-rails ruby rspec

calling rspec directly on a model results on errors in stub! method

ruby-on-rails ruby rspec

Factory Girl - has many associations

rspec design pattern for testing multiple data points

How can I test that no attribute on a model has been modified using rspec?

ruby-on-rails rspec

syntax error, unexpected tIDENTIFIER, expecting keyword_end

ruby-on-rails rspec

Why is this Rspec test returning "email already taken"

Match an argument's attribute value in rspec

ruby rspec matcher

rspec to test respond_to format and csv

rails test database won't wipe

rails rspec http basic authentication test

How to access a controller constant in an rspec test under Rails 3