summaryrefslogtreecommitdiff
path: root/spec/rubyspec/library/date
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/library/date')
-rw-r--r--spec/rubyspec/library/date/shared/jd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rubyspec/library/date/shared/jd.rb b/spec/rubyspec/library/date/shared/jd.rb
index e47dbae1b8..511557b4f7 100644
--- a/spec/rubyspec/library/date/shared/jd.rb
+++ b/spec/rubyspec/library/date/shared/jd.rb
@@ -3,7 +3,7 @@ describe :date_jd, shared: true do
Date.send(@method, 2454482).should == Date.civil(2008, 1, 16)
end
- it "returns a Date object representing Julian day 0 (-4712-01-01) if no arguments passed"do
+ it "returns a Date object representing Julian day 0 (-4712-01-01) if no arguments passed" do
Date.send(@method).should == Date.civil(-4712, 1, 1)
end