Rakefile in c_project-0.1.0 vs Rakefile in c_project-0.2.0
- old
+ new
@@ -7,10 +7,10 @@
include Rake::DSL
Bundler::GemHelper.install_tasks
Rake::TestTask.new do |t|
- t.libs << "lib" << 'spec/support'
+ t.libs << "lib" << 'spec/support' << 'bin'
t.test_files = FileList['spec/**/*_spec.rb']
t.verbose = false
t.warning = false # pry-rescue has a lot of warnings
end