Skip to content

Commit 6698e8e

Browse files
committed
Remove unsupported brats tests.
1 parent 199bea2 commit 6698e8e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

src/ruby/brats/brats_test.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ import (
1010

1111
var _ = Describe("Ruby buildpack", func() {
1212
bratshelper.UnbuiltBuildpack("ruby", CopyBrats)
13-
bratshelper.DeployingAnAppWithAnUpdatedVersionOfTheSameBuildpack(CopyBrats)
14-
bratshelper.StagingWithBuildpackThatSetsEOL("ruby", func(_ string) *cutlass.App {
15-
return CopyBrats("3.1.x")
16-
})
13+
1714
bratshelper.DeployAppWithExecutableProfileScript("ruby", CopyBrats)
18-
bratshelper.DeployAnAppWithSensitiveEnvironmentVariables(CopyBrats)
15+
1916
bratshelper.ForAllSupportedVersions("ruby", CopyBrats, func(rubyVersion string, app *cutlass.App) {
2017
PushApp(app)
2118

0 commit comments

Comments
 (0)