test/router_spec.rb in trellis-0.1.0 vs test/router_spec.rb in trellis-0.1.1
- old
+ new
@@ -1,7 +1,7 @@
require File.dirname(__FILE__) + '/spec_helper.rb'
-require_fixtures 'application_spec_applications'
+require_fixtures 'application_fixtures'
describe Trellis::Router, " when constructed" do
it "with a page parameter should route to that page " do
@router = Trellis::Router.new(:page => TestApp::Home)