Sha256: a4ae19c2050843de0d2b27616fe4d9dcdf2ab0e5d3d27d0972e623f1702a5fec
Contents?: true
Size: 236 Bytes
Versions: 5
Compression:
Stored size: 236 Bytes
Contents
require 'test_helper' class ShoppeTest < ActiveSupport::TestCase test "truth" do assert_kind_of Module, Shoppe end test "root path is set" do assert_equal File.expand_path('../../', __FILE__), Shoppe.root end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
shoppe-0.0.20 | test/shoppe_test.rb |
shoppe-0.0.19 | test/shoppe_test.rb |
shoppe-0.0.18 | test/shoppe_test.rb |
shoppe-0.0.17 | test/shoppe_test.rb |
shoppe-0.0.16 | test/shoppe_test.rb |