Sha256: 2b53c5b599a946f1be0d117113508241c60a7fad06e2a611cc768f68f1fb0074
Contents?: true
Size: 196 Bytes
Versions: 2
Compression:
Stored size: 196 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Function::Connective::Negation, '.operation' do subject { object.operation } let(:object) { described_class } it { should be(:'!') } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
axiom-0.2.0 | spec/unit/axiom/function/connective/negation/class_methods/operation_spec.rb |
axiom-0.1.1 | spec/unit/axiom/function/connective/negation/class_methods/operation_spec.rb |