Skip to content

Commit

Permalink
Adding require line to dm-sweatshop docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Nov 25, 2008
1 parent 1072cff commit aa21533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dm-sweatshop/README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ The suggested way to use dm-sweatshop with test specs is to create a @spec/spec_
<code>
Merb.start_environment(:testing => true, :adapter => 'runner', :environment => ENV['MERB_ENV'] || 'test')

require 'dm-sweatshop'
require File.join(File.dirname(__FILE__), 'spec_fixtures')
</code>
</pre>
Expand Down

0 comments on commit aa21533

Please sign in to comment.