Skip to content

Commit

Permalink
Merge pull request #1297 from crimson-knight/bug/update-garnet-spec-p…
Browse files Browse the repository at this point in the history
…arent-class

Updated the remaining two templates that used the old GarnetSpec parent class
  • Loading branch information
crimson-knight authored Sep 26, 2022
2 parents 4b8dc3c + b60b5c4 commit d91c74f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def <%= create_model_method %>
model
end

class <%= class_name %>ControllerTest < GarnetSpec::Controller::Test
class <%= class_name %>ControllerTest < GarnetSpec::SystemTest
getter handler : Amber::Pipe::Pipeline

def initialize
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe <%= class_name %>Controller do
end

# Controller Integration Test
class <%= class_name %>ControllerTest < GarnetSpec::Controller::Test
class <%= class_name %>ControllerTest < GarnetSpec::SystemTest
getter handler : Amber::Pipe::Pipeline

def initialize
Expand Down

0 comments on commit d91c74f

Please sign in to comment.