Navigation Menu

Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Enable warnings when running specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed Mar 19, 2014
1 parent 1094b86 commit b79485b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -4,7 +4,7 @@ require 'yaml'
require 'sinatra/contrib/version'

desc "run specs"
task(:spec) { ruby '-S rspec spec -c' }
task(:spec) { ruby '-S rspec spec -cw' }
task(:test => :spec)
task(:default => :spec)

Expand Down

0 comments on commit b79485b

Please sign in to comment.