Skip to content

Commit

Permalink
add the default rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
shime committed Jun 19, 2013
1 parent 5cc88cd commit 8ead784
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -46,3 +46,9 @@ And then execute:
Or install it yourself as:

$ gem install gemrat

## Development

Run the test suite with:

$ rake
6 changes: 6 additions & 0 deletions Rakefile
@@ -1 +1,7 @@
require "bundler/gem_tasks"

require "rspec/core/rake_task"

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

task :default => :spec

0 comments on commit 8ead784

Please sign in to comment.