lib/lucid/parser.rb in lucid-0.0.2 vs lib/lucid/parser.rb in lucid-0.0.3

- old
+ new

@@ -122,10 +122,10 @@ else #puts "[Parser.gather_specs_by_glob] There is no only so pattern is: #{pattern}" specs_to_include += Dir.glob("#{@options[:spec_path]}/#{pattern}.feature") end - puts "[Parser.gather_specs_by_glob] After checking only, specs_to_include is: #{specs_to_include}" + #puts "[Parser.gather_specs_by_glob] After checking only, specs_to_include is: #{specs_to_include}" if except.any? except.each do |f| #puts "[Parser.gather_specs_by_glob] There is an except and it is: #{f}" specs_to_exclude = Dir.glob("#{@options[:spec_path]}/#{f}.feature")