Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec2

rspec 2: detect call to method but still have it perform its function

rspec2

capybara/selenium with rspec before :all hook

selenium capybara rspec2

stub_chain together with should_receive

Assert multiple change expectations within a single lambda request

rspec2

Which style,lambda..should or expect..to, is preferred for testing expectations in RSpec?

ruby rspec rspec2

What's the difference between stub_model and mock_model in RSpec?

RSpec list all pending examples

Rails 3 and Rspec 2 turn off transactional fixtures for individual tests

ruby-on-rails rspec rspec2

How to create a model with a certain id using rspec and factory girl

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?