Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
features will do, since it's a cucumber tool, add a test app later
  • Loading branch information
nruth committed Jan 7, 2011
1 parent 4fbce63 commit e9376f8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -6,9 +6,7 @@ source "http://rubygems.org"
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "rspec", "~> 2.3.0"
gem "cucumber", ">= 0"
gem "bundler", "~> 1.0.0"
gem "jeweler", "~> 1.5.2"
gem "rcov", ">= 0"
end
11 changes: 0 additions & 11 deletions Rakefile
Expand Up @@ -26,17 +26,6 @@ Jeweler::Tasks.new do |gem|
end
Jeweler::RubygemsDotOrgTasks.new

require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
spec.pattern = FileList['spec/**/*_spec.rb']
end

RSpec::Core::RakeTask.new(:rcov) do |spec|
spec.pattern = 'spec/**/*_spec.rb'
spec.rcov = true
end

require 'cucumber/rake/task'
Cucumber::Rake::Task.new(:features)

Expand Down
7 changes: 0 additions & 7 deletions spec/show_me_the_cookies_spec.rb

This file was deleted.

12 changes: 0 additions & 12 deletions spec/spec_helper.rb

This file was deleted.

0 comments on commit e9376f8

Please sign in to comment.