openstreetmap-website/test/models/way_node_test.rb
Andy Allan 5d0ea28796 Remove the api_fixtures helper
This is no longer required, as the tests no longer use fixtures.
2017-06-01 10:59:48 +01:00

4 lines
71 B
Ruby

require "test_helper"
class WayNodeTest < ActiveSupport::TestCase
end