bin/fspec in fancy-0.9.0 vs bin/fspec in fancy-0.10.0

- old
+ new

@@ -15,10 +15,10 @@ test_files = ARGV rest if: (test_files empty?) then: { test_files = Directory list: "#{test_dir}/**/*.fy" if: (test_files empty?) then: { if: (Directory exists?: test_dir) then: { - "No test files found. Add them to the tests/ directory." println + "No test files found. Add them to '#{test_dir}'." println } else: { "Test directory '#{test_dir}' not found. Create it!" println } System exit: 1 } \ No newline at end of file