mirror of
https://github.com/haml/haml-rails.git
synced 2022-11-09 12:34:15 -05:00
Fix tests for Rails 3.2
Rails::Generators.configure! doesn't have a default parameter in Rails 3.2. This pull request adds it to make tests run with Rails 3.2.
This commit is contained in:
parent
42b32e84e9
commit
2da01aed78
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ 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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue