aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/shared/string/times.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/shared/string/times.rb')
-rw-r--r--spec/ruby/shared/string/times.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/shared/string/times.rb b/spec/ruby/shared/string/times.rb
index 6b45f7aa1e..6827db2271 100644
--- a/spec/ruby/shared/string/times.rb
+++ b/spec/ruby/shared/string/times.rb
@@ -38,7 +38,7 @@ describe :string_times, shared: true do
str.taint
[0, 1, 2].each do |arg|
- @object.call(str, arg).tainted?.should == true
+ @object.call(str, arg).should.tainted?
end
end
end