Sha256: da6695ff310871b237f2d4e534c2d3b9cbb3853b3bb5289533d15fba8080ef24
Contents?: true
Size: 443 Bytes
Versions: 1
Compression:
Stored size: 443 Bytes
Contents
# encoding: utf-8 require 'spec_helper' require File.expand_path('../fixtures/classes', __FILE__) describe Function::Predicate::Inclusion::Methods, '#include' do subject { object.include(other) } let(:described_class) { InclusionMethodsSpecs::Object } let(:other) { [true, false] } let(:object) { described_class.new } it { should be_instance_of(Function::Predicate::Inclusion) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
axiom-0.1.1 | spec/unit/axiom/function/predicate/inclusion/methods/include_spec.rb |