summaryrefslogtreecommitdiff
path: root/spec/ruby/library/date/new_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/date/new_spec.rb')
-rw-r--r--spec/ruby/library/date/new_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/date/new_spec.rb b/spec/ruby/library/date/new_spec.rb
index f468036a01..77bffd4876 100644
--- a/spec/ruby/library/date/new_spec.rb
+++ b/spec/ruby/library/date/new_spec.rb
@@ -4,5 +4,5 @@ require File.expand_path('../shared/civil', __FILE__)
require File.expand_path('../shared/new_bang', __FILE__)
describe "Date.new" do
- it_behaves_like(:date_civil, :new)
+ it_behaves_like :date_civil, :new
end