Sha256: e215cc314ca18451a732ebf56fe100bfc12e04ef1f1b430e36b14af8baa859d9
Contents?: true
Size: 249 Bytes
Versions: 2
Compression:
Stored size: 249 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Relation::Empty, '#optimize' do subject { object.optimize } let(:object) { described_class.new([[:id, Integer]]) } it { should be(object) } it_should_behave_like 'an optimize method' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
axiom-optimizer-0.2.0 | spec/integration/axiom/relation/empty/optimize_spec.rb |
axiom-optimizer-0.1.1 | spec/integration/axiom/relation/empty/optimize_spec.rb |