summaryrefslogtreecommitdiff
path: root/spec/ruby/core/filetest/grpowned_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/filetest/grpowned_spec.rb')
-rw-r--r--spec/ruby/core/filetest/grpowned_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/filetest/grpowned_spec.rb b/spec/ruby/core/filetest/grpowned_spec.rb
index d073cb9770..d6bd6abd71 100644
--- a/spec/ruby/core/filetest/grpowned_spec.rb
+++ b/spec/ruby/core/filetest/grpowned_spec.rb
@@ -5,6 +5,6 @@ describe "FileTest.grpowned?" do
it_behaves_like :file_grpowned, :grpowned?, FileTest
it "returns false if the file doesn't exist" do
- FileTest.grpowned?("xxx-tmp-doesnt_exist-blah").should be_false
+ FileTest.grpowned?("xxx-tmp-doesnt_exist-blah").should == false
end
end