spec/hallon/hallon_spec.rb in hallon-0.16.0 vs spec/hallon/hallon_spec.rb in hallon-0.17.0

- old
+ new

@@ -3,10 +3,10 @@ describe "VERSION" do specify { Hallon::VERSION.should be_a String } end describe "API_VERSION" do - specify { Hallon::API_VERSION.should == 11 } + specify { Hallon::API_VERSION.should == 12 } end describe "API_BUILD" do specify { Hallon::API_BUILD.should be_a String } end