Sha256: 786799114d6e4cbba93d0262903d277147f620ca0ae504ffe979c23e395f0f7b

Contents?: true

Size: 233 Bytes

Versions: 1

Compression:

Stored size: 233 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Relation::Operation::Order::Ascending, '.reverse' do
  subject { object.reverse }

  let(:object) { described_class }

  it { should be(Relation::Operation::Order::Descending) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
axiom-0.1.1 spec/unit/axiom/relation/operation/order/ascending/class_methods/reverse_spec.rb