examples/cs/Rakefile in cucumber-0.1.11 vs examples/cs/Rakefile in cucumber-0.1.12
- old
+ new
@@ -6,7 +6,7 @@
end
task :features => :compile
task :compile do
- sh "csc /target:library /out:Cucumber.Demo.dll src\\Hello.cs"
+ sh "csc /target:library /out:Demo.dll src\\demo\\Calculator.cs"
end
\ No newline at end of file