summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorSeba Gamboa <[email protected]>2015-09-22 16:13:51 -0300
committerSeba Gamboa <[email protected]>2015-09-22 16:13:51 -0300
commit80ab1e961810a6b571517ac9625e998194fbd57b (patch)
tree4af6a1e39d182d61761e21359f2d9a3e6745c8d0 /Rakefile
downloadyard-mruby-80ab1e961810a6b571517ac9625e998194fbd57b.tar.gz
yard-mruby-80ab1e961810a6b571517ac9625e998194fbd57b.zip
bundle gem yard-mruby
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
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