Sha256: c49ebdb973b1e0cac0c371cb5250017ea6a0802bc4002dedebadab1fe495fc59
Contents?: true
Size: 308 Bytes
Versions: 18
Compression:
Stored size: 308 Bytes
Contents
require_relative "../spec_helper" class ApiPathTest < Lanes::TestCase include TestingModels def test_path_generation assert_equal 'test-models', TestModel.api_path end def testing_path_to_model assert_equal TestModel, Lanes::Model.from_api_path('test-models') end end
Version data entries
18 entries across 18 versions & 1 rubygems