Commit 22111de1 by Turadg Aleahmad

include lib specs

parent 66f89391
...@@ -30,8 +30,7 @@ Jeweler::GemcutterTasks.new ...@@ -30,8 +30,7 @@ Jeweler::GemcutterTasks.new
require "rspec/core/rake_task" # RSpec 2.0 require "rspec/core/rake_task" # RSpec 2.0
RSpec::Core::RakeTask.new(:spec) do |t| RSpec::Core::RakeTask.new(:spec) do |t|
t.pattern = 'spec/*_spec.rb' t.pattern = ['spec/*_spec.rb', 'spec/**/*_spec.rb']
# TODO this leaves out the specs on the library itself
end end
# FIXME not working yet # FIXME not working yet
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment