spec/dummy/config/application.rb in enju_event-0.1.17.pre12 vs spec/dummy/config/application.rb in enju_event-0.1.17.pre13

- old
+ new

@@ -1,10 +1,11 @@ require File.expand_path('../boot', __FILE__) require 'rails/all' Bundler.require +require 'enju_event' module Dummy class Application < Rails::Application # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers @@ -40,8 +41,7 @@ # Version of your assets, change this if you want to expire all your assets config.assets.version = '1.0' end end -require 'enju_biblio' -require 'enju_library' +require 'enju_leaf' require 'mobylette'