Skip to content

Commit

Permalink
Removing unused cucumber feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel committed Sep 10, 2010
1 parent ddb9f72 commit d2af620
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 35 deletions.
4 changes: 0 additions & 4 deletions Rakefile
Expand Up @@ -3,17 +3,13 @@ require File.expand_path('../spec/environment', __FILE__)
require 'rake/rdoctask'
require 'rake/testtask'
require 'spec/rake/spectask'
require 'cucumber/rake/task'

desc "Build a gem file"
task :build do
system "gem build mail.gemspec"
end

task :default => :spec
Cucumber::Rake::Task.new do |t|
t.cucumber_opts = "spec/features --format pretty"
end

Spec::Rake::SpecTask.new(:rcov) do |t|
t.spec_files = FileList['test/**/tc_*.rb', 'spec/**/*_spec.rb']
Expand Down
14 changes: 0 additions & 14 deletions spec/features/making_a_new_message.feature

This file was deleted.

6 changes: 0 additions & 6 deletions spec/features/steps/env.rb

This file was deleted.

11 changes: 0 additions & 11 deletions spec/features/steps/making_a_new_message_steps.rb

This file was deleted.

0 comments on commit d2af620

Please sign in to comment.