summaryrefslogtreecommitdiff
path: root/spec/ruby/core/struct/to_s_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/struct/to_s_spec.rb')
-rw-r--r--spec/ruby/core/struct/to_s_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/struct/to_s_spec.rb b/spec/ruby/core/struct/to_s_spec.rb
index b9fd413093..671c046b84 100644
--- a/spec/ruby/core/struct/to_s_spec.rb
+++ b/spec/ruby/core/struct/to_s_spec.rb
@@ -8,5 +8,5 @@ describe "Struct#to_s" do
car.inspect.should == car.to_s
end
- it_behaves_like(:struct_inspect, :to_s)
+ it_behaves_like :struct_inspect, :to_s
end