shark/features/hashes.feature in nilac-0.0.4.3.3 vs shark/features/hashes.feature in nilac-0.0.4.3.4

- old
+ new

@@ -1,11 +1,11 @@ -Feature: This feature brings Ruby style Hashes to Nila - Scenario: Input file with hashes. - Given the input file "hashes.nila" - When the ~compiler is run - The output file must be "hashes.js" - The output file must equal "correct_hashes.js" - -Configurations: - -~compiler => src/nilac.rb +Feature: This feature brings Ruby style Hashes to Nila + Scenario: Input file with hashes. + Given the input file "hashes.nila" + When the ~compiler is run + The output file must be "hashes.js" + The output file must equal "correct_hashes.js" + +Configurations: + +~compiler => src/nilac.rb :v $cliusage => ruby :v --compile $file \ No newline at end of file