lib/confluence/templates/test/integration/config/environment.rb in confluence-0.1.0 vs lib/confluence/templates/test/integration/config/environment.rb in confluence-0.1.1
- old
+ new
@@ -1,5 +1,9 @@
# Load the rails application
require File.expand_path('../application', __FILE__)
# Initialize the rails application
Integration::Application.initialize!
+
+# Loading up decent and haml
+require 'decent_exposure'
+require 'haml'