Sha256: 4e2efd259ac0c4a6d2030d5c578806413ca106bfbc7fc74e4c3a1ffe805be9ff

Contents?: true

Size: 195 Bytes

Versions: 4

Compression:

Stored size: 195 Bytes

Contents

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

4 entries across 4 versions & 1 rubygems

Version Path
buoys-0.6.0 test/buoys_test.rb
buoys-0.5.0 test/buoys_test.rb
buoys-0.4.0 test/buoys_test.rb
buoys-0.3.0 test/buoys_test.rb