Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec2

Rails 3 + Rspec 2: Testing content_for

ruby-on-rails-3 haml rspec2

RSpec: Flush table / destroy objects after each context

Factory Girl / Capybara deleting records from database mid-test?

How to assert that a class will respond_to a class method with RSpec?

ruby rspec2

cant get capybara-webkit to work

Are there any good mutation testing tools for ruby 1.9 and RSpec2?

Is there a good way to debug order dependent test failures in RSpec (RSpec2)?

rspec what is the difference between be nil and be_nil

ruby-on-rails rspec2

how can I test accepts_nested_attributes_for with Rspec Rails3

Why after_commit not running even with use_transactional_fixtures = false

How can I access metadata in rspec before(:all)?

ruby rspec2

RSpec - as_null_object?

ruby rspec2

How to test routes with Rspec 2 in Rails 3?

ruby-on-rails-3 rspec2

Skip an RSpec test case at runtime

CanCan load_and_authorize_resource triggers Forbidden Attributes

How to test scopes?

Does an RSpec2 matcher for matching Hashes exist?

ruby hash rspec2 matcher

Rails 3 RSpec 2 NetBeans integration

Proper way to wait for a second page to load with Capybara when the first has the same field as the second

rspec capybara rspec2

Factory Girl: How to associate a record to another record without creating a new record?