spec/constantcontact/sdk_spec.rb in constantcontact-3.0.0 vs spec/constantcontact/sdk_spec.rb in constantcontact-4.0.0
- old
+ new
@@ -9,10 +9,10 @@
describe ConstantContact::SDK do
let(:dummy_class) { Class.new { include ConstantContact::SDK } }
it "should respond to VERSION" do
- expect((dummy_class.const_get("VERSION") rescue nil)).to be_true
+ expect((dummy_class.const_get("VERSION") rescue nil)).to be_truthy
end
it "should have a VERSION of type string" do
expect(dummy_class::VERSION).to be_a String
end
\ No newline at end of file