Sha256: e97b03ec7fbda194197c13aa72474e5718fd00069cfb118dfdcc8602a15d8fdb
Contents?: true
Size: 243 Bytes
Versions: 7
Compression:
Stored size: 243 Bytes
Contents
FancySpec describe: "ARGV & predefined values" with: { it: "has ARGV correctly defined" when: { ARGV empty? is_not: true } it: "has a __FILE__ variable defined" when: { __FILE__ is_not: nil __FILE__ is =~ /\/argv.fy$/ } }
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
fancy-0.10.0 | tests/argv.fy |
fancy-0.9.0 | tests/argv.fy |
fancy-0.8.0 | tests/argv.fy |
fancy-0.7.0 | tests/argv.fy |
fancy-0.6.0 | tests/argv.fy |
fancy-0.5.0 | tests/argv.fy |
fancy-0.4.0 | tests/argv.fy |