spec/relish_spec.rb in relish-0.5.3 vs spec/relish_spec.rb in relish-0.6
- old
+ new
@@ -16,11 +16,11 @@
after do
ENV['HOME'] = @original_home
end
- it "still returns the global_options file setting" do
- Relish.global_options_file.should_not be_nil
+ it "returns a non-expanded path to ~/.relish" do
+ Relish.global_options_file.should == '~/.relish'
end
end
it "allows global_options_file to be overwritten" do
Relish.global_options_file = 'foo'