Skip to content

Commit

Permalink
Added rake task for running specs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jun 14, 2013
1 parent 5156849 commit a7d6c8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile 100644 → 100755
@@ -1,2 +1,7 @@
#!/usr/bin/env rake
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

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

task :default => :spec

0 comments on commit a7d6c8e

Please sign in to comment.