Sha256: 6c54c136de3905a9ac07e98a6b60731672c713858e575cac0df23bca1555b288
Contents?: true
Size: 226 Bytes
Versions: 6
Compression:
Stored size: 226 Bytes
Contents
# frozen_string_literal: true require 'test_helper' class BuoysTest < ActiveSupport::TestCase test '.buoy_file_paths' do assert_equal [Rails.root.join('config', 'buoys', '**', '*.rb')], Buoys.buoy_file_paths end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
buoys-2.1.0 | test/buoys_test.rb |
buoys-2.0.2 | test/buoys_test.rb |
buoys-2.0.1 | test/buoys_test.rb |
buoys-2.0.0 | test/buoys_test.rb |
buoys-1.1.0 | test/buoys_test.rb |
buoys-1.0.0 | test/buoys_test.rb |