spec/version_spec.rb in hitimes-1.3.1-java vs spec/version_spec.rb in hitimes-2.0.0

- old
+ new

@@ -1,7 +1,7 @@ require "spec_helper" describe "Hitimes::Version" do it "should be accessable as a constant" do - Hitimes::VERSION.must_match(/\d+\.\d+\.\d+/) + _(Hitimes::VERSION).must_match(/\d+\.\d+\.\d+/) end end