Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Set up RSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Mar 29, 2015
1 parent 9764e50 commit 20c8c0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rspec
@@ -0,0 +1,2 @@
--format doc
--color
5 changes: 5 additions & 0 deletions Rakefile
@@ -1,2 +1,7 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"

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

task :default => :spec

0 comments on commit 20c8c0d

Please sign in to comment.