Skip to content

Commit

Permalink
adds rake task for rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Haals committed Apr 24, 2015
1 parent c190be3 commit e46665b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -4,4 +4,5 @@ gem 'droptoflare', :path => '.'
gem 'rspec'
gem 'vcr'
gem 'webmock'
gem 'multi_json'
gem 'multi_json'
gem 'rake'
3 changes: 3 additions & 0 deletions Rakefile
@@ -0,0 +1,3 @@
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => [:spec]

0 comments on commit e46665b

Please sign in to comment.