Skip to content

Commit

Permalink
Fix a copy/paste error in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewd committed Mar 15, 2020
1 parent 4871586 commit 4d98f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/command/version_test.rb
Expand Up @@ -2,8 +2,8 @@


require "test_helper" require "test_helper"


class HelpTest < Minitest::Test class VersionTest < Minitest::Test
def test_help def test_version
output = capture_stdout { Gel::Command::Version.run(["--version"]) } output = capture_stdout { Gel::Command::Version.run(["--version"]) }


assert output =~ %r{Gel version} assert output =~ %r{Gel version}
Expand Down

0 comments on commit 4d98f1f

Please sign in to comment.