Sha256: 65ed69d6237ad20513d6d6cdde1d30ab1aa26e3ac489ef05576ce1a1a83a15c6

Contents?: true

Size: 315 Bytes

Versions: 1

Compression:

Stored size: 315 Bytes

Contents

require 'spec_helper'
module Alf
  module Algebra
    module Operand
      describe Named, "to_ascii_tree" do

        subject{ operand.to_ascii_tree }

        let(:operand){ Named.new(:foo, self) }

        it 'returns the heading' do
          subject.should eq("foo\n")
        end

      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alf-core-0.15.0 spec/unit/alf-algebra/operand/named/test_to_ascii_tree.rb