Skip to content

Commit

Permalink
Added big final test in
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Mar 16, 2024
1 parent 767bdd9 commit 70150cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ task :syntax do
require 'find'
Find.find(*paths) do |path|
next unless path =~ /\.rb$/

if windows?
sh "ruby -cw #{path} > NUL"
else
Expand Down
8 changes: 4 additions & 4 deletions features/zzz_run.feature
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Feature: Run rspec and acceptance test suites
And I should not see message pattern "role::"

# This test is a full test using my controlrepo. It should remain at the end because it takes ages
# Scenario: Run advanced spec tests
# Given control repo "puppet_controlrepo"
# When I run onceover command "run spec -p --force"
# Then I should not see any errors
Scenario: Run advanced spec tests
Given control repo "puppet_controlrepo"
When I run onceover command "run spec -p --force"
Then I should not see any errors

0 comments on commit 70150cb

Please sign in to comment.