summaryrefslogtreecommitdiff
path: root/spec/ruby/library/date/monday_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/date/monday_spec.rb')
-rw-r--r--spec/ruby/library/date/monday_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/date/monday_spec.rb b/spec/ruby/library/date/monday_spec.rb
index 14a117b73c..61d728f3c5 100644
--- a/spec/ruby/library/date/monday_spec.rb
+++ b/spec/ruby/library/date/monday_spec.rb
@@ -3,6 +3,6 @@ require 'date'
describe "Date#monday?" do
it "should be monday" do
- Date.new(2000, 1, 3).monday?.should be_true
+ Date.new(2000, 1, 3).monday?.should == true
end
end