aboutsummaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorMindaugas Mozūras <mindaugas.mozuras@gmail.com>2016-02-28 17:27:46 +0200
committerMindaugas Mozūras <mindaugas.mozuras@gmail.com>2016-02-28 17:27:46 +0200
commitce89f9ed8a80a06d26b0618658733956d0c98f84 (patch)
tree4594dcd5b47b6469172d79f754cdadcb84660dfa /Rakefile
downloadpronto-hlint-ce89f9ed8a80a06d26b0618658733956d0c98f84.tar.gz
pronto-hlint-ce89f9ed8a80a06d26b0618658733956d0c98f84.tar.zst
pronto-hlint-ce89f9ed8a80a06d26b0618658733956d0c98f84.zip
Initial commit
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..dfa86a6
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,9 @@
1#!/usr/bin/env rake
2require 'bundler'
3require 'rspec/core/rake_task'
4
5Bundler::GemHelper.install_tasks
6RSpec::Core::RakeTask.new(:spec)
7
8task(:default).clear
9task default: [:spec]