summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/time/wday_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/core/time/wday_spec.rb')
-rw-r--r--spec/rubyspec/core/time/wday_spec.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/rubyspec/core/time/wday_spec.rb b/spec/rubyspec/core/time/wday_spec.rb
deleted file mode 100644
index 72bc718356..0000000000
--- a/spec/rubyspec/core/time/wday_spec.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-require File.expand_path('../../../spec_helper', __FILE__)
-
-describe "Time#wday" do
- it "returns an integer representing the day of the week, 0..6, with Sunday being 0" do
- with_timezone("GMT", 0) do
- Time.at(0).wday.should == 4
- end
- end
-end