summaryrefslogtreecommitdiff
path: root/spec/ruby/library/date/accessor_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/date/accessor_spec.rb')
-rw-r--r--spec/ruby/library/date/accessor_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/date/accessor_spec.rb b/spec/ruby/library/date/accessor_spec.rb
index 68a2d9f3de..74ed0e9c21 100644
--- a/spec/ruby/library/date/accessor_spec.rb
+++ b/spec/ruby/library/date/accessor_spec.rb
@@ -38,7 +38,7 @@ describe "Date#year" do
end
describe "Date#yday" do
- it "determines the year" do
+ it "determines the day of the year" do
Date.civil(2007, 1, 17).yday.should == 17
Date.civil(2008, 10, 28).yday.should == 302
end