Skip to content

Commit

Permalink
[Kicker] Make double sure kicker always runs the integratio specs
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Sep 23, 2014
1 parent 154a869 commit 38deead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kick
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Kicker::Recipes::Ruby.runner_bin = 'bacon --quiet'

process do |files|
specs = files.take_and_map do |file|
if file =~ %r{lib/[^/]*/(.+?)\.rb$}
if file =~ %r{(lib|spec)/[^/]*/(.+?).(rb|json)$}
s = Dir.glob("spec/**/#{File.basename(file, '.rb')}_spec.rb") <<
'spec/resolver_spec.rb'
s.uniq unless s.empty?
Expand Down

0 comments on commit 38deead

Please sign in to comment.