Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

Commit

Permalink
Enable the testing of scp
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Tyler Croy committed May 31, 2012
1 parent 520ee78 commit ba579bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features/cli/scp.feature
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Feature: SCP a file into a named VM


# This test is in the same boat that the complimentary test in ssh.feature is # This test is in the same boat that the complimentary test in ssh.feature is
# in. # in.
@slow @destroy @wip @slow @destroy
Scenario: SCPing a valid file Scenario: SCPing a valid file
Given I have the Blimpfile: Given I have the Blimpfile:
""" """
Expand All @@ -33,5 +33,6 @@ Feature: SCP a file into a named VM
end end
""" """
And I have a file named "hello.txt" And I have a file named "hello.txt"
And I run `blimpy start`
When I run `blimpy scp "Cucumber Host" hello.txt` When I run `blimpy scp "Cucumber Host" hello.txt`
Then the exit status should be 0 Then the exit status should be 0

0 comments on commit ba579bc

Please sign in to comment.