spec/hallon/hallon_spec.rb in hallon-0.18.0 vs spec/hallon/hallon_spec.rb in hallon-0.18.1

- old
+ new

@@ -6,13 +6,9 @@ describe "API_VERSION" do specify { Hallon::API_VERSION.should == 12 } end - describe "API_BUILD" do - specify { Hallon::API_BUILD.should be_a String } - end - describe "URI" do example_uris.keys.each do |uri| specify(uri) { Hallon::URI.match(uri)[0].should eq uri } end end