mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-08-01 08:47:50 +00:00
fixed rakefile
git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@4 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
+1
-1
@@ -5,5 +5,5 @@ require 'rake/clean'
|
||||
require 'rake/testtask'
|
||||
|
||||
task :default do
|
||||
sh 'spec test'
|
||||
sh 'spec.cmd test\unit'
|
||||
end
|
||||
@@ -1,5 +1,5 @@
|
||||
$here = File.dirname(__FILE__)
|
||||
require "#{$here}/../config/environment"
|
||||
require "#{$here}/../../config/environment"
|
||||
require 'cmock'
|
||||
|
||||
describe CMock do
|
||||
|
||||
Reference in New Issue
Block a user