mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-07-31 16:27:49 +00:00
updates from last tools day
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ task :no_color do
|
||||
end
|
||||
|
||||
RSpec::Core::RakeTask.new(:spec) do |t|
|
||||
spec_path = File.join(CMOCK_ROOT, 'spec')
|
||||
spec_path = File.join(CMOCK_ROOT, 'test')
|
||||
t.pattern = spec_path + '/spec/*_spec.rb'
|
||||
end
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
require 'spec_helper'
|
||||
# require 'spec_helper' #add this to execute tests from the spec directory
|
||||
require 'cmock_file_writer'
|
||||
|
||||
describe CMockFileWriter do
|
||||
|
||||
Reference in New Issue
Block a user