Sha256: c1e6ec705c9aba995bff927e8dbeff3cf650e1f8a6529406669b8ff8e8bec034
Contents?: true
Size: 363 Bytes
Versions: 4
Compression:
Stored size: 363 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Relation::Operation::Order::Ascending, '#reverse' do subject { object.reverse } let(:attribute) { Attribute::Integer.new(:id) } let(:object) { described_class.new(attribute) } it { should be_instance_of(Relation::Operation::Order::Descending) } its(:attribute) { should equal(attribute) } end
Version data entries
4 entries across 4 versions & 2 rubygems