Sha256: 883046bd3a122bc1f98db364b55e4ee584e794c62cc63874c968109bd2abb5d0
Contents?: true
Size: 301 Bytes
Versions: 4
Compression:
Stored size: 301 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Function::Predicate::LessThanOrEqualTo, '#inspect' do subject { object.inspect } let(:attribute) { Attribute::Integer.new(:id) } let(:object) { described_class.new(attribute, 1) } it { should == "(#{attribute.inspect} <= 1)" } end
Version data entries
4 entries across 4 versions & 1 rubygems