Skip to content

Commit 02c86b5

Browse files
committedDec 31, 2013
Default is the default rake task
1 parent c1efffd commit 02c86b5

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed
 

‎.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ matrix:
3030
- rvm: rbx
3131
- rvm: ruby-head
3232
fast_finish: true
33-
script: bundle exec rake default

‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Ideally, a bug report should include a pull request with failing specs.
3535
3. Add specs for your unimplemented feature or bug fix.
3636
4. Run `bundle exec rake spec`. If your specs pass, return to step 3.
3737
5. Implement your feature or bug fix.
38-
6. Run `bundle exec rake default`. If your specs fail, return to step 5.
38+
6. Run `bundle exec rake`. If your specs fail, return to step 5.
3939
7. Run `open coverage/index.html`. If your changes are not completely covered
4040
by your tests, return to step 3.
4141
8. Run `RUBYOPT=W2 bundle exec rake spec 2>&1 | grep twitter`. If your changes

‎Rakefile

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ begin
1616
require 'rubocop/rake_task'
1717
Rubocop::RakeTask.new
1818
rescue LoadError
19-
desc 'Run RuboCop'
2019
task :rubocop do
2120
$stderr.puts 'Rubocop is disabled'
2221
end

0 commit comments

Comments
 (0)