Commit 5641033f3e9ec66a0e09ba992c1704000388f9fa

Authored by Antonio Terceiro
1 parent 45e0d0bc

Fix name of selenium rake task file

Showing 2 changed files with 4 additions and 4 deletions   Show diff stats
lib/tasks/selenium
... ... @@ -1,4 +0,0 @@
1   -desc 'Runs Seleniun acceptance tests'
2   -task :selenium do
3   - sh "xvfb-run -a cucumber -p selenium --format #{ENV['CUCUMBER_FORMAT'] || 'progress'}"
4   -end
lib/tasks/selenium.rake 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +desc 'Runs Seleniun acceptance tests'
  2 +task :selenium do
  3 + sh "xvfb-run -a cucumber -p selenium --format #{ENV['CUCUMBER_FORMAT'] || 'progress'}"
  4 +end
... ...