Skip to content

Commit

Permalink
Updates README with test helper info
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Mar 5, 2012
1 parent ef612f1 commit ac97c0a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Expand Up @@ -29,24 +29,18 @@ If using Bundler (recommended), add to Gemfile:

### Test::Unit & Minitest

**Unimplemented**

Add to `test/test_helper.rb`:

Zonebie.assign_random_timezone
require "zonebie/test_unit"

### RSpec

**Unimplemented**

Add to `spec/spec_helper.rb` after `require "rspec"` or `require "rspec/rails"`:

require "zonebie/rspec"

### Cucumber

**Unimplemented**

Add to `features/support/env.rb` after `require "cucumber"` or `require "cucumber/rails"`:

require "zonebie/cucumber"
Expand Down

0 comments on commit ac97c0a

Please sign in to comment.