Sha256: 50dc6c1744cab669a20b49f261c1ae5fd66ff4a5231eb5dc33871cc0838b1d6d
Contents?: true
Size: 1.09 KB
Versions: 5
Compression:
Stored size: 1.09 KB
Contents
Feature: Run rspec and acceptance test suits Onceover should allow to run rspec and acceptance test for all profvile and role classes or for any part of them. Use should set if he wants to see only summary of tests or full log info. 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
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
onceover-3.4.0 | features/run.feature |
onceover-3.3.3 | features/run.feature |
onceover-3.3.2 | features/run.feature |
onceover-3.3.1 | features/run.feature |
onceover-3.3.0 | features/run.feature |