summaryrefslogtreecommitdiff
path: root/spec/ruby/library/date/shared/month.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/date/shared/month.rb')
-rw-r--r--spec/ruby/library/date/shared/month.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/ruby/library/date/shared/month.rb b/spec/ruby/library/date/shared/month.rb
deleted file mode 100644
index 5fcb2cbeb0..0000000000
--- a/spec/ruby/library/date/shared/month.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-describe :date_month, shared: true do
- it "returns the month" do
- m = Date.new(2000, 7, 1).send(@method)
- m.should == 7
- end
-end