Sha256: 26bcb2d1c2d0ecd290a65492d773c4d8ec673a4b21a4b5bee9db7e6a315005fa

Contents?: true

Size: 388 Bytes

Versions: 1

Compression:

Stored size: 388 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Relation::Operation::Order::Direction, '#name' do
  subject { object.name }

  let(:described_class) { Class.new(Relation::Operation::Order::Direction) }
  let(:attribute)       { Attribute::Integer.new(:id)                      }
  let(:object)          { described_class.new(attribute)                   }

  it { should be(:id) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
axiom-0.1.1 spec/unit/axiom/relation/operation/order/direction/name_spec.rb