Skip to content

Commit

Permalink
Give feature test specific name
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkyMarkMcDonald committed Apr 5, 2018
1 parent be0bac2 commit c7ec8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/doc_doc_test.rb → test/links_on_a_page_test.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "test_helper"
require "webrick/httpserver"

class DocDocTest < Minitest::Test
class LinksOnAPageTest < Minitest::Test
def test_it_does_something_useful
@external_server = WEBrick::HTTPServer.new(
BindAddress: 'localhost',
Expand Down

0 comments on commit c7ec8e0

Please sign in to comment.