updates from last tools day

This commit is contained in:
chrishonson
2012-05-11 14:38:26 -04:00
parent e091a6bb1d
commit ad1a095fe1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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