spec/base_spec.rb in spinebox-0.0.1 vs spec/base_spec.rb in spinebox-0.0.2

- old
+ new

@@ -4,6 +4,11 @@ it "should return the root url of the gem" do File.exists?("#{Spinebox.root}/version.rb").should be_true end + it "should boot" do + Dir.chdir "#{Spinebox.root}/templates" + lambda{ Spinebox.boot! }.should_not raise_exception + end + end \ No newline at end of file