Skip to content

Commit

Permalink
removed rspec tasks since I have no specs
Browse files Browse the repository at this point in the history
  • Loading branch information
cheezy committed Sep 29, 2011
1 parent cd5f86c commit 94293e9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ require 'rspec/core/rake_task'
require 'cucumber'
require 'cucumber/rake/task'

RSpec::Core::RakeTask.new(:spec) do |spec|
spec.ruby_opts = "-I lib:spec"
spec.pattern = 'spec/**/*_spec.rb'
end
task :spec

Cucumber::Rake::Task.new(:features, "Run features") do |t|
t.profile = 'default'
Expand All @@ -17,7 +12,4 @@ task :lib do
$LOAD_PATH.unshift(File.expand_path("lib", File.dirname(__FILE__)))
end

desc 'Run all specs and cukes'
task :test => ['spec', 'features']

task :default => :test
task :default => :features

0 comments on commit 94293e9

Please sign in to comment.