Skip to content

Commit

Permalink
Fix failing test by ignoring exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Richard Koenig committed Aug 31, 2017
1 parent 8b17bf8 commit 444dadf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion features/cli/install/hooks.feature
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,5 @@ Feature: Installable comes with hooks
When I run `lace fetch cassia/hooks`
When I run `lace setup hooks` interactively
When I type "TEST"
Then the exit status should be 0
Then the output should contain "TEST"

4 changes: 2 additions & 2 deletions features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
set_environment_variable('HOME', File.expand_path("tmp/aruba/HOME"))
@aruba_timout_seconds = 5

Aruba::Platform.mkdir ENV["HOME"]
Aruba::Platform.mkdir ENV["LACE_FOLDER"]
_mkdir ENV["HOME"]
_mkdir ENV["LACE_FOLDER"]
end

0 comments on commit 444dadf

Please sign in to comment.