Sha256: 801dd92fa66d430d769b61f05aaf5f3d33609f77ce5ecd932953fcc2c7a8962e
Contents?: true
Size: 330 Bytes
Versions: 4
Compression:
Stored size: 330 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Function::Connective::Negation, '#inspect' do subject { object.inspect } let(:attribute) { Attribute::Integer.new(:id) } let(:operand) { attribute.eq(1) } let(:object) { described_class.new(operand) } it { should == "NOT(#{operand.inspect})" } end
Version data entries
4 entries across 4 versions & 1 rubygems