Skip to content

Commit

Permalink
Update test names
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Jan 6, 2025
1 parent adc9d0c commit 6e6bcb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generatorv2/test/utils_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ def test_underscore_with_two_words
Generator.new("two-fer").underscore("two-fer")
end

def test_skip
def test_first_time_includes_hastag
assert_equal "# skip",
Generator.new("acronym").skip?
end

def test_skip_after_first
def test_skip_after_first_should_not_include_hastag
generator = Generator.new("acronym")
generator.skip?
assert_equal "skip",
Expand Down

0 comments on commit 6e6bcb0

Please sign in to comment.