Skip to content

Commit

Permalink
I wasn't be careful (bad Mark!)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandervoord committed Oct 27, 2016
1 parent 1059d81 commit 73f3605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_system_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def can_use_the_module_plugin
Dir.chdir @proj_name do
`bundle exec ruby -S rake module:create[ponies] 2>&1`
output = `bundle exec ruby -S rake test:all 2>&1`
expect(output).to match(/No Tests Executed\s+1/)
expect(output).to match(/No tests executed/i)
end
end
end
Expand Down

0 comments on commit 73f3605

Please sign in to comment.