test/test_helper.rb in haml-rails-0.3.4 vs test/test_helper.rb in haml-rails-0.3.5
- old
+ new
@@ -16,10 +16,10 @@
end
Rails.application.config.root = Rails.root
# Call configure to load the settings from
# Rails.application.config.generators to Rails::Generators
-Rails::Generators.configure!
+Rails::Generators.configure! Rails.application.config.generators
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
def copy_routes
routes = File.expand_path(File.join(File.dirname(__FILE__), 'fixtures', 'routes.rb'))
\ No newline at end of file