spec/ohai_spec.rb in ohai-15.2.5 vs spec/ohai_spec.rb in ohai-15.3.1
- old
+ new
@@ -18,10 +18,10 @@
require "spec_helper"
describe Ohai do
- it "should have a version constant defined" do
+ it "has a version constant defined" do
expect(Ohai::VERSION).to be_a_kind_of(String)
end
end