Sha256: d81b05db4b20f1abb7d2777d50aa101119e032ace3bad8c6f74ce9d4d7e3d5e9

Contents?: true

Size: 265 Bytes

Versions: 7

Compression:

Stored size: 265 Bytes

Contents

require 'test_helper'

require "roar/json/collection"
require "roar/json/hash"

class LonelyCollectionTest < MiniTest::Spec
  it { Roar::JSON::Collection.must_equal Representable::JSON::Collection }
  it { Roar::JSON::Hash.must_equal Representable::JSON::Hash }
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
roar-1.0.4 test/lonely_test.rb
roar-1.0.3 test/lonely_test.rb
roar-1.0.2 test/lonely_test.rb
roar-1.0.1 test/lonely_test.rb
roar-1.0.0 test/lonely_test.rb
roar-1.0.0.beta2 test/lonely_test.rb
roar-1.0.0.beta1 test/lonely_test.rb