summaryrefslogtreecommitdiff
path: root/spec/ruby/library/date/commercial_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/date/commercial_spec.rb')
-rw-r--r--spec/ruby/library/date/commercial_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/date/commercial_spec.rb b/spec/ruby/library/date/commercial_spec.rb
index bb6671eda1..c815de141c 100644
--- a/spec/ruby/library/date/commercial_spec.rb
+++ b/spec/ruby/library/date/commercial_spec.rb
@@ -4,7 +4,7 @@ require File.expand_path('../shared/commercial', __FILE__)
describe "Date#commercial" do
- it_behaves_like(:date_commercial, :commercial)
+ it_behaves_like :date_commercial, :commercial
end