Skip to content

Commit e00fbd7

Browse files
author
Alex Evanczuk
committed
rename integration tests
1 parent ca16ec7 commit e00fbd7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/integration/packwerk/custom_executable_test.rb renamed to test/integration/packwerk/custom_executable_integration_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
require "support/rails_test_helper"
66

77
module Packwerk
8-
class CustomExecutableTest < Minitest::Test
8+
class CustomExecutableIntegrationTest < Minitest::Test
99
include ApplicationFixtureHelper
1010

1111
TIMELINE_PATH = Pathname.new("components/timeline")

test/integration/packwerk/offense_collection_test.rb renamed to test/integration/packwerk/offense_collection_integration_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
require "support/rails_test_helper"
66

77
module Packwerk
8-
class OffenseCollectionTest < Minitest::Test
8+
class OffenseCollectionIntegrationTest < Minitest::Test
99
include ApplicationFixtureHelper
1010
include FactoryHelper
1111

0 commit comments

Comments
 (0)