removing edits where setup is referred to as a method and not a verb

This commit is contained in:
aminamos 2019-08-09 14:37:25 -07:00 committed by Ernesto Tagwerker
parent 7bb0706f2c
commit 149d53e818
3 changed files with 3 additions and 3 deletions

@ -98,7 +98,7 @@ class AppGeneratorTest < Rails::Generators::TestCase
include GeneratorsTestHelper
arguments [destination_root]
# brings set up, teardown, and some tests
# brings setup, teardown, and some tests
include SharedGeneratorTests
def default_files

@ -30,7 +30,7 @@ def application_path
"#{destination_root}/test/dummy"
end
# brings set up, teardown, and some tests
# brings setup, teardown, and some tests
include SharedGeneratorTests
def test_invalid_plugin_name_raises_an_error

@ -1,7 +1,7 @@
# frozen_string_literal: true
#
# Tests, set up, and teardown common to the application and plugin generator suites.
# Tests, setup, and teardown common to the application and plugin generator suites.
#
module SharedGeneratorTests
def setup