Rakefile in httpi-0.4.0 vs Rakefile in httpi-0.4.1

- old
+ new

@@ -27,10 +27,10 @@ begin require "rspec/core/rake_task" RSpec::Core::RakeTask.new do |t| - t.pattern = "spec/httpi/*_spec.rb" + t.pattern = "spec/httpi/**/*_spec.rb" t.rspec_opts = %w(-fd -c) end desc "Run RSpec integration examples" RSpec::Core::RakeTask.new "spec:integration" do |t|