diff options
| author | Kir | 2012-01-28 11:53:22 +0200 |
|---|---|---|
| committer | Kir | 2012-01-28 11:53:22 +0200 |
| commit | 18fcbf4838a3f2835edd526a1bf77f1b846d4e25 (patch) | |
| tree | ce5f9511451d6974fcf2f59e767c64714d73ab25 /Rakefile | |
| parent | 95877d8f982be9a4476cec5943749dcf5db6f524 (diff) | |
| parent | 626ff121111194ec6fa424f36de8658bf72873ba (diff) | |
| download | inboxes-0.2.1.tar.bz2 | |
Merging with rspecv0.2.1
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1 +1,5 @@ require "bundler/gem_tasks" +require 'rspec/core/rake_task' + +RSpec::Core::RakeTask.new(:spec) +task :default => :spec
\ No newline at end of file |
