Rakefile in ripple-0.9.0 vs Rakefile in ripple-0.9.2

- old
+ new

@@ -64,10 +64,10 @@ spec.pattern = "spec/integration/**/*_spec.rb" end desc "Run All Specs" RSpec::Core::RakeTask.new(:all) do |spec| - spec.pattern = "spec/**/*_spec.rb" + spec.pattern = "spec/{ripple,integration}/**/*_spec.rb" end end task :default => :spec