Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Fix cucumber with the newline
Browse files Browse the repository at this point in the history
  • Loading branch information
dividedmind committed Feb 10, 2016
1 parent 248018d commit 95b069f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion acceptance/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
aruba (0.6.2)
childprocess (>= 0.3.6)
Expand Down Expand Up @@ -33,3 +33,6 @@ PLATFORMS

DEPENDENCIES
aruba

BUNDLED WITH
1.10.6
2 changes: 1 addition & 1 deletion acceptance/features/envfile.feature
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Feature: envfile

And a secret "very/secret/db-password" with "notSoSecret"
When I successfully run `summon -p ./provider cat @SUMMONENVFILE`
Then the output should contain exactly "DB_PASSWORD=notSoSecret"
Then the output should contain exactly "DB_PASSWORD=notSoSecret\n"

0 comments on commit 95b069f

Please sign in to comment.