-
Notifications
You must be signed in to change notification settings - Fork 681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Integration Tests #314
Conversation
chris-rock
commented
Dec 11, 2015
- add windows support for yml, csv and ini integration tests
- add ec2 example
@@ -106,4 +105,9 @@ | |||
its('type') { should eq :directory } | |||
end | |||
|
|||
elsif os.windows? | |||
describe file('C:\\Windows') do | |||
it { should exist } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adds a test for #288
6338de8
to
a137eae
Compare
a137eae
to
b923b6e
Compare
TODO: Add integration test for security policy, see #321 |
b923b6e
to
308f646
Compare
308f646
to
0e6819e
Compare
0e6819e
to
879d5b9
Compare
c346f84
to
a453fd0
Compare
a453fd0
to
79f776f
Compare
interface: dns | ||
|
||
transport: | ||
ssh_key: /Users/chartmann/Development/key/aws_chartmann.pem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's fix this in the next MR.
79f776f
to
f7efd93
Compare
f7efd93
to
5c5ed10
Compare
Fantastic new integration tests, kudos @chris-rock 👍 |