README.md in infrataster-0.1.0 vs README.md in infrataster-0.1.1
- old
+ new
@@ -35,11 +35,11 @@
require 'infrataster/rspec'
Infrataster::Server.define(
:proxy, # name
'192.168.33.10', # ip address
- vagrant: true, # for vagrant VM
+ vagrant: true # for vagrant VM
)
Infrataster::Server.define(
:app, # name
'172.16.33.11', # ip address
vagrant: true, # for vagrant VM
@@ -121,9 +121,35 @@
```
## Example
[infrataster/example](example)
+
+## How to Run Tests
+
+### Unit Tests
+
+```
+$ bundle exec rake spec:unit
+```
+
+### Integration Tests
+
+Start and provision VMs:
+
+```
+$ bundle exec rake spec:integration:prepare
+```
+
+Run tests:
+
+```
+$ bundle exec rake spec:integration
+```
+
+## Presentations
+
+* https://speakerdeck.com/ryotarai/infrataster-infra-behavior-testing-framework-number-oedo04
## Contributing
1. Fork it ( http://github.com/ryotarai/infrataster/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)