Sha256: ba6df08500ee5362f46936c33d64a751bdb246d0c61ee05647916fb39babcccf
Contents?: true
Size: 284 Bytes
Versions: 2
Compression:
Stored size: 284 Bytes
Contents
require "./tests/test_helper" require "./lib/locationary" class LocationaryTests < MiniTest::Unit::TestCase def test_locationary_responds_to_find assert Locationary.methods.include?(:find) end def test_locationary_does_load_data assert Locationary.data.any? end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
locationary-0.0.5 | tests/unit/locationary_test.rb |
locationary-0.0.4 | tests/unit/locationary_test.rb |