Skip to content

Commit

Permalink
safe to remove default spec test now
Browse files Browse the repository at this point in the history
  • Loading branch information
vaneyckt committed May 5, 2013
1 parent d81b1dc commit 8b05263
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ rvm:
- ree
- 1.8.7
- 2.0.0
script: bundle exec rake spec
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new('spec')

task :default => :spec

namespace :jently do
desc "Start the Jently server and write a PID file."
task :start do
Expand Down

0 comments on commit 8b05263

Please sign in to comment.