Skip to content

Commit

Permalink
%i => %w for Ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Feb 5, 2016
1 parent 577d4ca commit 2dc2f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -9,7 +9,7 @@ require 'cucumber/rake/task'
Bundler::GemHelper.install_tasks

desc 'Default: run the specs and features.'
task default: %i(spec:unit spec:acceptance features)
task default: %w(spec:unit spec:acceptance features)

namespace :spec do
desc "Run unit specs"
Expand Down

0 comments on commit 2dc2f41

Please sign in to comment.