mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-09-14 14:19:58 +00:00
Basic ruby testing environment (hardmock, behaviors, rake tasks).
git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@6 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
require File.expand_path(File.dirname(__FILE__)) + "/../config/environment"
|
||||
require 'test/unit'
|
||||
require 'behaviors'
|
||||
require 'hardmock'
|
||||
|
||||
class Test::Unit::TestCase
|
||||
extend Behaviors
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user