spec/falkorlib_spec.rb in falkorlib-0.6.18 vs spec/falkorlib_spec.rb in falkorlib-0.6.19
- old
+ new
@@ -1,8 +1,8 @@
require 'spec_helper'
describe FalkorLib do
it "should have a version number" do
- FalkorLib.const_defined?(:VERSION).should be_true
+ expect(FalkorLib.const_defined?(:VERSION)).to be true
end
end