Sha256: 5ffa2624e7893274ef109000e55a64e9620668ee476a5f8ba39d22a12dc8570f

Contents?: true

Size: 205 Bytes

Versions: 1

Compression:

Stored size: 205 Bytes

Contents

require 'spec_helper'
module Alf
  class Predicate
    describe Identifier, "name" do

      let(:expr){ Factory.identifier(:id) }

      subject{ expr.name }

      it{ should eq(:id) }

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alf-core-0.15.0 spec/unit/alf-predicate/nodes/identifier/test_name.rb