spec/application_spec.rb in ymdp-0.1.10 vs spec/application_spec.rb in ymdp-0.1.11

- old
+ new

@@ -1,6 +1,8 @@ require File.expand_path(File.dirname(__FILE__) + '/spec_helper') +require 'view/application' + describe Application do describe "set current view" do it "should set current view" do Application.current_view = "staging" Application.current_view.should == "staging" \ No newline at end of file