spec/awestruct/cli/options_spec.rb in awestruct-0.5.6.beta5 vs spec/awestruct/cli/options_spec.rb in awestruct-0.5.6.beta6

- old
+ new

@@ -17,10 +17,10 @@ options.init.should == false options.framework.should == 'compass' options.scaffold.should == true - options.base_url.should == nil + options.base_url.should == 'http://localhost:4242' options.profile.should == nil options.script.should == nil options.verbose.should == false options.output_dir == File.join( __FILE__, '..', '_site' )