Skip to content

Commit

Permalink
added remainder of testing scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
astockwell committed Apr 21, 2015
1 parent 1d965c2 commit 3cb749e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
require "bundler/gem_tasks"

Dir.glob('tasks/**/*.rake').each(&method(:import))
1 change: 1 addition & 0 deletions gem_example.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "bundler", "~> 1.9"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 2.14"
end
3 changes: 3 additions & 0 deletions tasks/rspec.rake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

0 comments on commit 3cb749e

Please sign in to comment.