Sha256: 0014784592357051ec89281653c469b8f75c7225048031f9b6aa2f53cd169a7c
Contents?: true
Size: 419 Bytes
Versions: 2
Compression:
Stored size: 419 Bytes
Contents
# coding: utf-8 describe Hallon do describe "VERSION" do specify { Hallon::VERSION.should be_a String } end describe "API_VERSION" do specify { Hallon::API_VERSION.should == 10 } end describe "API_BUILD" do specify { Hallon::API_BUILD.should be_a String } end describe "URI" do subject { Hallon::URI } example_uris.keys.each do |uri| it { should match uri } end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hallon-0.13.0 | spec/hallon/hallon_spec.rb |
hallon-0.12.0 | spec/hallon/hallon_spec.rb |