Sha256: 4cd9d9c1422b67151f2769854a21ed6bfec82b2f6527a2d2cd21a3198c1ef332
Contents?: true
Size: 345 Bytes
Versions: 1
Compression:
Stored size: 345 Bytes
Contents
require 'spec_helper' describe(Inspector::Constraints) do let(:constraint_helper) { Object.new } before(:each) do constraint_helper.extend Inspector::Constraints end describe ".be_false" do it "creates False constraint" do expect(constraint_helper.be_false).to be_kind_of(Inspector::Constraints::False) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
object-inspector-0.1.0 | spec/inspector/constraints_spec.rb |