Skip to content

Commit

Permalink
Fix Rakefile to only run rack-test specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
admtnnr committed Aug 30, 2014
1 parent 4a4b2c1 commit 55c1d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'rspec/core'
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new do |t|
t.pattern = "./**/*_spec.rb"
t.pattern = "spec/**/*_spec.rb"
t.ruby_opts = "-w"
end

Expand Down

0 comments on commit 55c1d95

Please sign in to comment.