summaryrefslogtreecommitdiff
path: root/spec/ruby/library/etc/sysconf_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/etc/sysconf_spec.rb')
-rw-r--r--spec/ruby/library/etc/sysconf_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/etc/sysconf_spec.rb b/spec/ruby/library/etc/sysconf_spec.rb
index 1f2c7a770f..81ce1ca258 100644
--- a/spec/ruby/library/etc/sysconf_spec.rb
+++ b/spec/ruby/library/etc/sysconf_spec.rb
@@ -14,7 +14,7 @@ platform_is_not :windows do
if value.nil?
value.should == nil
else
- value.should be_kind_of(Integer)
+ value.should.is_a?(Integer)
end
end
end