Commit 30aaa65b authored by Paul Asmuth's avatar Paul Asmuth
Browse files

rakefile for travis

parent e4c0bf1e
Loading
Loading
Loading
Loading

Rakefile

0 → 100644
+6 −0
Original line number Diff line number Diff line
require 'rspec'
require 'rspec/core/rake_task'
desc "Run all examples"
task RSpec::Core::RakeTask.new('spec')

task :default => "spec"