Skip to content

Commit aa908c7

Browse files
committed
Integrate SES tests with Rakefile
1 parent 975f48f commit aa908c7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Rakefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# rake integration[regexp,action] # Run Test Kitchen integration tests
1313
# rake integration:cloud[regexp,action] # Run Kitchen tests in the cloud
1414
# rake integration:docker[regexp,action] # Run Kitchen tests using docker
15+
# rake integration:ses[regexp,action] # Run Test Kitchen tests with SES
1516
# rake integration:vagrant[regexp,action] # Run Kitchen tests using vagrant
1617
# rake style # Run all style checks
1718
# rake style:chef # Run Chef style checks using foodcritic
@@ -140,6 +141,11 @@ namespace :integration do
140141
task :cloud, [:regexp, :action] do |_t, args|
141142
run_kitchen(args.action, args.regexp, local_config: '.kitchen.cloud.yml')
142143
end
144+
145+
desc 'Run Test Kitchen integration tests with SES'
146+
task :ses, [:regexp, :action] do |_t, args|
147+
run_kitchen(args.action, args.regexp, local_config: '.kitchen.ses.yml')
148+
end
143149
end
144150

145151
desc 'Run Test Kitchen integration tests'

TODO.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
TODO
22
====
33

4-
* [ ] Integrate SES tests with Rakefile
54
* [ ] Fix Ubuntu `15.04` support in the `postfix-full` cookbook.
65
* [ ] Add ChefSpec tests to check attribute values.
76
* [ ] [DSPAM](http://dspam.nuclearelephant.com/) support.

0 commit comments

Comments
 (0)