Skip to content

Commit

Permalink
fixup-test-helper
Browse files Browse the repository at this point in the history
The generators did not replace our old fixtures based
`test_helper.rb`, so lets fix that up:

SHOW_PATCH
  • Loading branch information
bryanlarsen committed Nov 14, 2011
1 parent f635da2 commit 584e359
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/test_helper.rb
Expand Up @@ -3,11 +3,7 @@
require 'rails/test_help'

class ActiveSupport::TestCase
# Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
#
# Note: You'll currently still have to declare fixtures explicitly in integration tests
# -- they do not yet inherit this setting
fixtures :all
include Factory::Syntax::Methods

# Add more helper methods to be used by all tests here...
end

0 comments on commit 584e359

Please sign in to comment.