From ad1a095fe1a36d45cb375b09f30d83b54ada237d Mon Sep 17 00:00:00 2001 From: chrishonson Date: Fri, 11 May 2012 14:38:26 -0400 Subject: [PATCH] updates from last tools day --- rakefile.rb | 2 +- test/spec/cmock_file_writer_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rakefile.rb b/rakefile.rb index ce3ec59..5621d12 100644 --- a/rakefile.rb +++ b/rakefile.rb @@ -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 \ No newline at end of file diff --git a/test/spec/cmock_file_writer_spec.rb b/test/spec/cmock_file_writer_spec.rb index 7cceb0d..fcd4d73 100644 --- a/test/spec/cmock_file_writer_spec.rb +++ b/test/spec/cmock_file_writer_spec.rb @@ -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