Sha256: f93efa7532e8d3abaabd58e48140a900bf64118c384c63558d49a47de18441cc
Contents?: true
Size: 255 Bytes
Versions: 5
Compression:
Stored size: 255 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Function::Proposition::Contradiction, '#and' do subject { object.and(other) } let(:other) { mock('other') } let(:object) { described_class.instance } it { should equal(object) } end
Version data entries
5 entries across 5 versions & 2 rubygems