Sha256: cd1b353f3418c9deb9d9f86f9c0c10b3e4e876443a71753810ad7592c5363bb4
Contents?: true
Size: 191 Bytes
Versions: 3
Compression:
Stored size: 191 Bytes
Contents
require "spec_helper" describe Kosher do describe(".new") do it "returns an instance of Kosher::String" do Kosher.new("foo").should be_a_kind_of Kosher::String end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kosher-0.0.3 | spec/kosher_spec.rb |
kosher-0.0.2 | spec/kosher_spec.rb |
kosher-0.0.1 | spec/kosher_spec.rb |