contracts 0.12.0 → 0.16.1

Sign up to get free protection for your applications and to get access to all the features.
data/script/cucumber DELETED
@@ -1,5 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- if ruby -e 'exit(1) unless RUBY_VERSION.to_f >= 2.0'; then
4
- bundle exec cucumber
5
- fi