From ee215655cba5820c3ffe0c665ea71c11f15f3bf9 Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Thu, 4 Aug 2011 15:39:04 -0700 Subject: Replace cucumber tag features with rspec request tests Remove cucumber support from project --- config/cucumber.yml | 10 ---------- config/environment.rb | 3 --- 2 files changed, 13 deletions(-) delete mode 100644 config/cucumber.yml delete mode 100644 config/environment.rb (limited to 'config') diff --git a/config/cucumber.yml b/config/cucumber.yml deleted file mode 100644 index 368422a..0000000 --- a/config/cucumber.yml +++ /dev/null @@ -1,10 +0,0 @@ -<% -ENV["RAILS_ENV"] ||= "test" -require ::File.expand_path('../spec/dummy/config/environment', __FILE__) -rerun = IO.read('rerun.txt') if File.file?('rerun.txt') -rerun_opts = rerun.to_s.strip.empty? ? "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}" -std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} --strict --tags ~@wip -r features" -%> -default: <%= std_opts %> -wip: --tags @wip:3 --wip features -rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip \ No newline at end of file diff --git a/config/environment.rb b/config/environment.rb deleted file mode 100644 index 5cdbfa5..0000000 --- a/config/environment.rb +++ /dev/null @@ -1,3 +0,0 @@ -# TODO: Remove this when you figure out how to get Cucumber to look for the -# environment file in the dummy app instead of within the project root -require File.expand_path('../../spec/dummy/config/environment', __FILE__) -- cgit v1.2.3