On Test Spec

Makes testing Rails apps with test/spec easier and more fun. Created with a half eye on the test_spec_on_rails plugin, thanks!

Usage

In your test/test_helper.rb:

require 'test/spec'
require 'test/spec/rails'
require 'test/spec/share'

Installation

As a gem

Configure the gem in config/environments/test.rb: (__not__ in config/environment.rb)

config.gem 'seamusabshere-on_test_spec', :lib => 'test/spec', :source => 'http://gems.github.com'

Install them:

gem sources -a http://gems.github.com
gem install seamusabshere-on_test_spec

In your vendor directory:

script/install plugin git://github.com/seamusabshere/on_test_spec.git