lib/aipim-rails/parser.rb in aipim-rails-0.0.15 vs lib/aipim-rails/parser.rb in aipim-rails-0.0.16

- old
+ new

@@ -29,10 +29,10 @@ file = File.new(filename, "r") screenshot = false cenario_counter = 1 - result = %x[ls screenshots/].split("\n") + result = %x[ls aipim/screenshots/].split("\n") counter_screenshot = 0 line = read_line(file) while (line)