Sha256: 514b65fe6391d03dc14e8b4cbc62c62208a3d49100579c9efbdc76cdbaf7cd28
Contents?: true
Size: 359 Bytes
Versions: 1
Compression:
Stored size: 359 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Relation::Operation::Order::Descending, '#reverse' do subject { object.reverse } let(:attribute) { Attribute::Integer.new(:id) } let(:object) { described_class.new(attribute) } it { should be_kind_of(Relation::Operation::Order::Ascending) } its(:attribute) { should equal(attribute) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
veritas-0.0.4 | spec/unit/veritas/relation/operation/order/descending/reverse_spec.rb |