Skip to content

Commit

Permalink
Uncommented tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Ratcliffe committed Mar 6, 2018
1 parent 21076c4 commit 1dd3e54
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions features/run.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ Feature: Run rspec and acceptance test suits
Background:
Given onceover executable

# Scenario: Run correct spec tests
# Given initialized control repo "basic"
# When I run onceover command "run spec"
# Then I should not see any errors
#
# Scenario: Run spec tests with misspelled module in Puppetfile
# Given initialized control repo "basic"
# And in Puppetfile is misspelled module's name
# When I run onceover command "run spec"
# Then I should see error with message pattern "The module acme-not_exists does not exist"
#
# Scenario: Run advanced spec tests
# Given control repo "puppet_controlrepo"
# When I run onceover command "run spec"
# Then I should not see any errors
#
# Scenario: Check that control_branch functionality works
# Given initialized control repo "control_branch"
# When I run onceover command "run spec"
# Then the temporary Puppetfile should contain the git branch
Scenario: Run correct spec tests
Given initialized control repo "basic"
When I run onceover command "run spec"
Then I should not see any errors

Scenario: Run spec tests with misspelled module in Puppetfile
Given initialized control repo "basic"
And in Puppetfile is misspelled module's name
When I run onceover command "run spec"
Then I should see error with message pattern "The module acme-not_exists does not exist"

Scenario: Run advanced spec tests
Given control repo "puppet_controlrepo"
When I run onceover command "run spec"
Then I should not see any errors

Scenario: Check that control_branch functionality works
Given initialized control repo "control_branch"
When I run onceover command "run spec"
Then the temporary Puppetfile should contain the git branch

Scenario: Run with local modifications
Given initialized control repo "basic"
Expand Down

0 comments on commit 1dd3e54

Please sign in to comment.