Skip to content

Commit

Permalink
add machinist to the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Dec 20, 2008
1 parent c28eb75 commit 4aae70e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_helper.rb
Expand Up @@ -3,6 +3,9 @@

require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
require 'test_help'
require 'ruby-debug'
require 'machinist'
require File.join(File.dirname(__FILE__), '..', 'spec', 'blueprints')
require File.expand_path(File.dirname(__FILE__) + "/actor")
ASSET_PATH = File.join(RAILS_ROOT, 'test/fixtures/tmp/assets') unless Object.const_defined?(:ASSET_PATH)
require File.join(File.dirname(__FILE__), 'referenced_caching_test_helper')
Expand Down

0 comments on commit 4aae70e

Please sign in to comment.