Skip to content

Commit

Permalink
Use application binstubs
Browse files Browse the repository at this point in the history
  • Loading branch information
synth committed Mar 12, 2017
1 parent 99abae0 commit 884069c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/knapsack/runners/rspec_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def self.run(args)
Knapsack.logger.info allocator.leftover_node_tests
Knapsack.logger.info

cmd = %Q[bundle exec rspec #{args} --default-path #{allocator.test_dir} -- #{allocator.stringify_node_tests}]
cmd = %Q[bin/rspec #{args} --default-path #{allocator.test_dir} -- #{allocator.stringify_node_tests}]

system(cmd)
exit($?.exitstatus) unless $?.exitstatus == 0
Expand Down

0 comments on commit 884069c

Please sign in to comment.