Skip to content

Commit

Permalink
bundle exec rake should run specs
Browse files Browse the repository at this point in the history
  • Loading branch information
drewda committed Nov 18, 2014
1 parent 820528a commit d0e5564
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new do |t|
t.pattern = './spec/**/*_spec.rb'
end

task :default => [:spec]

0 comments on commit d0e5564

Please sign in to comment.