Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Default rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Musil committed May 3, 2016
1 parent 5cc3c67 commit 5f2a436
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# encoding: utf-8

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)
task :default => :spec

def gemspec
@gemspec ||= eval(File.read('apiary.gemspec'), binding, '.gemspec')
Expand Down

0 comments on commit 5f2a436

Please sign in to comment.