File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased] - TBD
8
+
9
+ ## [ v1.2.0] - 1-23-2018
8
10
- SKIP_MIGRATIONS parameter - You can skip running migrations during tests
9
11
10
12
## [ v1.1.1] - 11-17-2017
Original file line number Diff line number Diff line change @@ -14,4 +14,5 @@ rails {
14
14
SLACK_CHANNEL = '#deploys'
15
15
DEBUG = 'false'
16
16
SKIP_TESTS = 'false'
17
+ SKIP_MIGRATIONS = 'false'
17
18
}
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ rails {
60
60
SLACK_CHANNEL = '#deploys'
61
61
DEBUG = 'false'
62
62
SKIP_TESTS = 'false'
63
+ SKIP_MIGRATIONS = 'false'
63
64
}
64
65
```
65
66
@@ -83,6 +84,7 @@ rails {
83
84
- ** SLACK_CHANNEL:** Specify the Slack channel to use for notifications. [ String] Default: #puppet
84
85
- ** DEBUG:** Turn off Slack notifications and turn on more console output. [ String] Default: false
85
86
- ** SKIP_TESTS:** Don't run tests just checkout and deploy [ String] Default: false
87
+ - ** SKIP_MIGRATIONS:** Don't setup a database or run migrations. [ String] Default: false
86
88
87
89
## Testing Framework Support
88
90
You can’t perform that action at this time.
0 commit comments