rename tests to obsolete
This commit is contained in:
15
tests_obsolete/vendor/ceedling/lib/cmock_builder.rb
vendored
Normal file
15
tests_obsolete/vendor/ceedling/lib/cmock_builder.rb
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
require 'cmock'
|
||||
|
||||
class CmockBuilder
|
||||
|
||||
attr_accessor :cmock
|
||||
|
||||
def setup
|
||||
@cmock = nil
|
||||
end
|
||||
|
||||
def manufacture(cmock_config)
|
||||
@cmock = CMock.new(cmock_config)
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user