Sha256: fca3d3df6c9955c21982ab2cc7b584ed9cbd2f1fb5c5f9c29d6c0598d4f6cc0a

Contents?: true

Size: 347 Bytes

Versions: 2

Compression:

Stored size: 347 Bytes

Contents

# encoding: utf-8

require 'spec_helper'
require File.expand_path('../fixtures/classes', __FILE__)

describe Attribute::Comparable, '#asc' do
  subject { object.asc }

  let(:described_class) { ComparableSpecs::Object }
  let(:object)          { described_class.new     }

  it { should be_instance_of(Relation::Operation::Order::Ascending) }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
axiom-0.1.1 spec/unit/axiom/attribute/comparable/asc_spec.rb
axiom-0.1.0 spec/unit/axiom/attribute/comparable/asc_spec.rb