Skip to content

Commit

Permalink
add rspec tasks to rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Mar 1, 2014
1 parent 9e55ddb commit f9448d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ gem "pry"
gem 'pry-remote'
gem 'pry-nav'
gem 'sqlite3'
gem "rspec"

group :test do
gem "rspec"
gem 'vcr'
gem 'webmock', '1.16.0', require: false
end
Expand Down
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require "bundler/gem_tasks"

require 'rspec/core/rake_task'

desc 'Default: run unit specs.'
task :default => :spec

Expand Down

0 comments on commit f9448d5

Please sign in to comment.