Rakefile in gridium-1.1.45 vs Rakefile in gridium-1.2.1

- old
+ new

@@ -2,6 +2,10 @@ RSpec::Core::RakeTask.new(:spec) do |t| t.pattern = 'spec/*_spec.rb' end +RSpec::Core::RakeTask.new(:gridium) do |t| + t.pattern = 'spec/gridium_spec.rb' +end + task :default => :spec