test/buoys_test.rb in buoys-0.2.0 vs test/buoys_test.rb in buoys-0.3.0

- old
+ new

@@ -1,7 +1,7 @@ require 'test_helper' class BuoysTest < ActiveSupport::TestCase - test ".buoy_file_paths" do + test '.buoy_file_paths' do assert_equal [Rails.root.join('config', 'buoys', '**', '*.rb')], Buoys.buoy_file_paths end end