Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
Add RSpec rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
iain committed Feb 13, 2012
1 parent 977c62e commit af5d708
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
@@ -1 +1,8 @@
require "bundler/gem_tasks"


require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:test)

task :default => :test
1 change: 1 addition & 0 deletions spec/spec_helper.rb
@@ -1,5 +1,6 @@
require 'bundler/setup'
require 'metrical'
require 'rspec'

RSpec::Matchers.define :create_file do |expected|

Expand Down

0 comments on commit af5d708

Please sign in to comment.