Sha256: 1e4c824eb5932b4b8c861ed931bb26d6aa2e7b2e44351442a6f2d7070c7651e5

Contents?: true

Size: 200 Bytes

Versions: 10

Compression:

Stored size: 200 Bytes

Contents

require 'spec_helper'
module Myrrha
  describe "Coercions#append" do
    let(:rules){ Coercions.new }

    it "should return the rules" do
      rules.append{|r| }.should eq(rules)
    end

  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
myrrha-3.1.0 spec/coercions/test_append.rb
myrrha-3.0.0 spec/coercions/test_append.rb
myrrha-3.0.0.rc7 spec/coercions/test_append.rb
myrrha-3.0.0.rc6 spec/coercions/test_append.rb
myrrha-3.0.0.rc5 spec/coercions/test_append.rb
myrrha-3.0.0.rc4 spec/coercions/test_append.rb
myrrha-3.0.0.rc3 spec/coercions/test_append.rb
myrrha-3.0.0.rc2 spec/coercions/test_append.rb
myrrha-3.0.0.rc1 spec/coercions/test_append.rb
myrrha-2.0.0 spec/coercions/test_append.rb