Skip to content

Commit

Permalink
Commented out plugin initializer. When using this as a gem with bundl…
Browse files Browse the repository at this point in the history
…er, plugins get loaded in all environments, and I want to be able to control this.
  • Loading branch information
myronmarston committed Jan 20, 2010
1 parent 975bf8a commit 4bcebc6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rails/init.rb
@@ -1,7 +1,7 @@
if RAILS_ENV == 'test'
if defined? Spec
require 'shoulda/rspec'
else
require 'shoulda/rails'
end
end
# if RAILS_ENV == 'test'
# if defined? Spec
# require 'shoulda/rspec'
# else
# require 'shoulda/rails'
# end
# end

0 comments on commit 4bcebc6

Please sign in to comment.