summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/time/shared/asctime.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/core/time/shared/asctime.rb')
-rw-r--r--spec/rubyspec/core/time/shared/asctime.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/rubyspec/core/time/shared/asctime.rb b/spec/rubyspec/core/time/shared/asctime.rb
deleted file mode 100644
index d096666863..0000000000
--- a/spec/rubyspec/core/time/shared/asctime.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-describe :time_asctime, shared: true do
- it "returns a canonical string representation of time" do
- t = Time.now
- t.send(@method).should == t.strftime("%a %b %e %H:%M:%S %Y")
- end
-end