Sha256: 6a60a0b636ff078e849ecd138cf2ae2a535b5c9f80b7a209cd16657394ddef77

Contents?: true

Size: 155 Bytes

Versions: 16

Compression:

Stored size: 155 Bytes

Contents

require 'spec_helper'

describe Hexp::Node, 'to_hexp' do
  let(:object) {Hexp::Node.new(:p) }
  subject { object.to_hexp }

  it { should == subject }
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
hexp-0.4.6 spec/unit/hexp/node/to_hexp_spec.rb
hexp-0.4.5 spec/unit/hexp/node/to_hexp_spec.rb
hexp-0.4.4 spec/unit/hexp/node/to_hexp_spec.rb
hexp-0.4.3 spec/unit/hexp/node/to_hexp_spec.rb
hexp-0.4.2 spec/unit/hexp/node/to_hexp_spec.rb
hexp-0.4.1 spec/unit/hexp/node/to_hexp_spec.rb
hexp-0.4.0.beta1 spec/unit/hexp/node/to_hexp_spec.rb
hexp-0.3.3 spec/unit/hexp/node/to_hexp_spec.rb
hexp-0.3.2 spec/unit/hexp/node/to_hexp_spec.rb
hexp-0.3.1 spec/unit/hexp/node/to_hexp_spec.rb
hexp-0.3.0 spec/unit/hexp/node/to_hexp_spec.rb
hexp-0.2.0 spec/unit/hexp/node/to_hexp_spec.rb
hexp-0.0.1 spec/unit/hexp/node/to_hexp_spec.rb
hexp-0.0.1.pre4 spec/unit/hexp/node/to_hexp_spec.rb
hexp-0.0.1.pre3 spec/unit/hexp/node/to_hexp_spec.rb
hexp-0.0.1.pre2 spec/unit/hexp/node/to_hexp_spec.rb