Commit a97550a61c0160f47f9caeeac42fcf354529c34f

Authored by Rodrigo Souto
1 parent 97fe0f50

Fixing cucumber files

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
config/cucumber.yml
1 1 <% base_requires = '-r features/support -r features/step_definitions' %>
2   -<% default_options = "color --format progress --strict --tags ~@selenium --tags ~@selenium-fixme --tags ~@fixme --exclude features/support/selenium.rb #{base_requires}" %>
  2 +<% default_options = "--color --format progress --strict --tags ~@selenium --tags ~@selenium-fixme --tags ~@fixme --exclude features/support/selenium.rb #{base_requires}" %>
3 3 <% selenium_options = "--strict --tags @selenium #{base_requires}" %>
4 4  
5 5 default: <%= default_options %>
6   -selenium: <% selenium_options %>
  6 +selenium: <%= selenium_options %>
7 7  
8 8 <% enabled_plugins = Dir.glob(File.join('config', 'plugins', '*')).map{|path| plugin = File.basename(path); plugin if File.exist?(File.join('features', 'plugins', plugin)) }.compact %>
9 9  
... ...