Sha256: 8d0fca6a8f055f1b3e85fda871ba82c7037018910567f38009cbd88ee31c5a76
Contents?: true
Size: 202 Bytes
Versions: 2
Compression:
Stored size: 202 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Function::Connective, '.type' do subject { object.type } let(:object) { Class.new(Function::Connective) } it { should be(Types::Boolean) } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
axiom-0.2.0 | spec/unit/axiom/function/connective/class_methods/type_spec.rb |
axiom-0.1.1 | spec/unit/axiom/function/connective/class_methods/type_spec.rb |