Skip to content

Commit

Permalink
make feature language more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-proulx committed Mar 17, 2012
1 parent e95e770 commit 490367e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions features/step_definitions/steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@
end
end

When /^the vm executes echo FOO > \/etc\/motd$/ do
pending # express the regexp above with the code you wish you had
end

When /^the command cp \/etc\/motd \/vagrant\/motd\.second is executed on the vm$/ do
pending # express the regexp above with the code you wish you had
end

Then /^the contents of motd\.second should be FOO$/ do
pending # express the regexp above with the code you wish you had
end
Expand Down
2 changes: 1 addition & 1 deletion features/vagrant_boots.feature
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Scenario: access motd
Scenario: change motd
Given a vagrant vm puppetsqueeze64 is running
And I freeze the vm
When the vm executes echo FOO > /etc/motd
When the command echo FOO > /etc/motd is executed on the vm
And the command cp /etc/motd /vagrant/motd.second is executed on the vm
Then the contents of motd.second should be FOO

Expand Down

0 comments on commit 490367e

Please sign in to comment.