Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec2

Testing ActiveAdmin with rspec

Organizing rspec 2 tests into 'unit' and 'integration' categories in rails

Spork.prefork is loading app/models/*

ruby rspec rspec2 spork

How to test a function which takes a block with rspec

How to create test objects with nested attributes with FactoryGirl in Ruby on Rails?

Testing helpers in Rails 3 with Rspec 2 and Devise

Unwanted symbol to string conversion of hash key

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