diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-04 20:49:36 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-04 20:49:36 -0600 |
| commit | 3e07a698442aa720d0a684a406dc674acf8ec9bc (patch) | |
| tree | 163406d121e5718c9ef65b33f21dde128b7f82a6 /Rakefile | |
initial commit
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..b7e9ed5 --- /dev/null +++ b/Rakefile @@ -0,0 +1,6 @@ +require "bundler/gem_tasks" +require "rspec/core/rake_task" + +RSpec::Core::RakeTask.new(:spec) + +task :default => :spec |
