Skip to content

Commit

Permalink
Remove old 'rake acceptance' task
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Jan 2, 2014
1 parent 4de19f5 commit 2d4411a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/development_tasks/rspec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#------------------------------------------------------------------------------
if defined?(RSpec)
require 'rspec/core/rake_task'

namespace :spec do
desc "Preparing test env"
task :prepare do
Expand All @@ -21,8 +21,4 @@ if defined?(RSpec)
Rake::Task["spec"].prerequisites.clear
Rake::Task["spec"].prerequisites.push("spec:prepare")

desc 'Run the acceptance specs in ./acceptance'
RSpec::Core::RakeTask.new(:acceptance => 'spec:prepare') do |t|
t.pattern = 'acceptance/**/*_spec.rb'
end
end

0 comments on commit 2d4411a

Please sign in to comment.