Sha256: 21c5c8635da4f310cd6584a5c51b398e13370946ab9cac028192587597355725

Contents?: true

Size: 136 Bytes

Versions: 2

Compression:

Stored size: 136 Bytes

Contents

require 'test_helper'

class SimpleCartTest < ActiveSupport::TestCase
  test "truth" do
    assert_kind_of Module, SimpleCart
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simple_cart-0.0.3 test/simple_cart_test.rb
simple_cart-0.0.2 test/simple_cart_test.rb