Skip to content

Commit

Permalink
Add MiniTest syntax methods to GETTING_STARTED
Browse files Browse the repository at this point in the history
  • Loading branch information
phlipper committed Sep 28, 2012
1 parent 23bd9af commit 06ff258
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions GETTING_STARTED.md
Expand Up @@ -146,6 +146,21 @@ end

# Cucumber
World(FactoryGirl::Syntax::Methods)

# MiniTest
class MiniTest::Unit::TestCase
include FactoryGirl::Syntax::Methods
end

# MiniTest::Spec
class MiniTest::Spec
include FactoryGirl::Syntax::Methods
end

# minitest-rails
class MiniTest::Rails::ActiveSupport::TestCase
include FactoryGirl::Syntax::Methods
end
```

This allows you to use the core set of syntax methods (`build`,
Expand Down

0 comments on commit 06ff258

Please sign in to comment.