Skip to content

Commit

Permalink
Try testing the lib only
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalle Lindström committed Sep 3, 2012
1 parent 54f940c commit ac9eb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'rubygems'
require 'bundler/setup'
require 'rake/testtask'

task :default => [:test]
task :default => [:test_lib]

Rake::TestTask.new do |t|
t.pattern = "spec/*_spec.rb"
Expand Down

0 comments on commit ac9eb90

Please sign in to comment.