Skip to content

Commit

Permalink
Merge pull request #20 from anildigital/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate line
  • Loading branch information
arunagw committed Apr 8, 2012
2 parents be5af2a + d37b973 commit 983b324
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Rakefile
@@ -1,11 +1,8 @@
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

desc 'Default: run specs.'
task :default => :spec

desc "Run specs"
RSpec::Core::RakeTask.new

desc 'Run specs'
desc 'Default: run specs.'
task :default => :spec

0 comments on commit 983b324

Please sign in to comment.