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

- old
+ new

@@ -1,11 +1,11 @@ -Feature: Compiling a single line nila program - Scenario: Input with a single line nila program - Given the input file "simple.nila" - When the ~compiler is run - The output file must be "simple.js" - The output file must equal "correct.js" - -Configurations: - -~compiler => src/nilac.rb +Feature: Compiling a single line nila program + Scenario: Input with a single line nila program + Given the input file "simple.nila" + When the ~compiler is run + The output file must be "simple.js" + The output file must equal "correct.js" + +Configurations: + +~compiler => src/nilac.rb :v $cliusage => ruby :v --compile $file \ No newline at end of file