Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Ruby 1.9.1 with rspec "can't modify frozen object"

ruby rspec

Excluding a folder from autotesting

Passing arguments to an Rspec SpecTask

ruby rspec rake

Rspec, CanCan and Devise

Efficiently check that a JSON response contains a specific element within an array

ruby json rspec rspec2

Rspec testing for oauth provider

Testing nested namespaced controller with RSpec 2 and Rails3

Rspec: How to stub private method?

ruby-on-rails rspec rspec2

Factory Girl Associations with Spork Discrepancy

RSpec-2 with Rails 2.3.x

ruby-on-rails rspec rspec2

Breaking down your RSpec tests

ruby-on-rails rspec rspec2

How do you stub all methods of a particular mock instance

Repeating RSpec example groups with different arguments

ruby rspec metaprogramming

How to use rspec to test screen scraping?

Testing Rake task with Rspec with Rails environment

ruby-on-rails ruby rspec

Find elements by data attributes

How to test class methods in RSPEC

ruby testing rspec rspec2

Rails Time inconsistencies with rspec

ruby-on-rails time rspec

How to access (devise) current_user in a rspec feature test?

What is the best practice when it comes to testing "infinite loops"?

ruby-on-rails ruby tdd rspec rr