Skip to content

Commit

Permalink
Don't load plugins_plus when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
obrie committed Jul 13, 2008
1 parent d5b71d7 commit 8838d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app_root/config/environment.rb
Expand Up @@ -2,7 +2,7 @@

Rails::Initializer.run do |config|
config.plugin_paths << '..'
config.plugins = %w(plugins_plus tags smart_field_constraints)
config.plugins = %w(tags smart_field_constraints)
config.cache_classes = false
config.whiny_nils = true
end

0 comments on commit 8838d80

Please sign in to comment.