spec/stache/config_spec.rb in stache-0.0.2 vs spec/stache/config_spec.rb in stache-0.0.3
- old
+ new
@@ -27,10 +27,10 @@
describe ".configure" do
it "yields self to the block as a convienence to future refactoring" do
Stache.configure do |config|
config.template_base_path = "/dev/null"
end
- Stache.template_base_path.should == "/dev/null"
+ Stache.template_base_path.should == Pathname.new("/dev/null")
end
end
end
\ No newline at end of file