Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Removed test tasks from rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Musil committed May 2, 2016
1 parent 23678ab commit 877270f
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,6 @@

require 'bundler/gem_tasks'

require 'yard'
require 'cucumber'
require 'cucumber/rake/task'
require 'rspec/core/rake_task'

desc 'Run all features'
Cucumber::Rake::Task.new(:features) do |t|
t.cucumber_opts = 'features --format pretty'
end

desc 'Run all specs'
RSpec::Core::RakeTask.new(:spec) do |t|
t.fail_on_error = false
t.verbose = true
end

def gemspec
@gemspec ||= eval(File.read('apiary.gemspec'), binding, '.gemspec')
end
Expand All @@ -26,13 +10,3 @@ desc 'Validate the gemspec'
task :gemspec do
gemspec.validate
end

YARD::Rake::YardocTask.new

# Aliases
desc 'Default: Run all specs.'
task :default => :spec

task :test => :spec
task :doc => :yard
task :gem => :gemspec

0 comments on commit 877270f

Please sign in to comment.