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

Commit

Permalink
Add support for install, release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladislav Prskavec committed Oct 4, 2014
1 parent ed545a9 commit 0bd62f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ require "rspec/core/rake_task"
require 'yard'
require 'cucumber'
require 'cucumber/rake/task'
begin
require 'bundler/gem_tasks'
rescue LoadError
puts "Cannot load bundler/gem_tasks"
end

Cucumber::Rake::Task.new(:features) do |t|
t.cucumber_opts = "features --format pretty"
Expand Down

0 comments on commit 0bd62f0

Please sign in to comment.