Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Why undefined method "has_many" in Rspec example?

activerecord rspec

Automatically re-run rspec example if a Timeout::Error occurs

rspec rspec2 rspec-rails

Rails 3 and Rspec: counter cache column being updated to 2 when expected 1

rails 3.2 rails generate rspec:install... undefined method `delegate_template_exists?' for class `ActionView::Base' (NameError)

RSpec custom matchers in Cucumber to DRY implementation-dependent tests, is it possible?

How do I create an admin role with Factory girl?

Testing presence and belongs_to with Rspec

Using Rails and Rspec, how do you test that the database is not touched by a method

how to use rspec to mock a class method inside a module

ruby rspec mocking rspec2

Validation failed: Password digest can't be blank

ruby-on-rails rspec

RSpec test PUT update action

ruby-on-rails rspec crud put

Newly generated Guardfile is empty

ruby rspec guard

How do I take into account the random number in my rspec tests?

RSpec routing test problems with params in nested resources

Combine multiple let statements

rspec

How can I test token-based authentication?

ruby-on-rails rspec

Failure/Error: expected: 1 time with any arguement, recieved: 0 times with any arguments

rspec way for passing variable between multiple contexts

ruby rspec rspec2

Testing code in a Rails engine with RSpec

ruby-on-rails rspec

Testing class which uses refinements with RSpec