spec/dummy/config/environment.rb in enju_biblio-0.1.0.pre63 vs spec/dummy/config/environment.rb in enju_biblio-0.1.0.pre64

- old
+ new

@@ -1,5 +1,5 @@ -# Load the rails application +# Load the Rails application. require File.expand_path('../application', __FILE__) -# Initialize the rails application -Dummy::Application.initialize! +# Initialize the Rails application. +Rails.application.initialize!