Skip to content

Commit

Permalink
Fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
mjacobus committed Dec 17, 2020
1 parent a62eb98 commit 16a06e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/console
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby

require 'bundler/setup'
require 'test_runner'
require 'koine/test_runner'

# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
Expand Down
1 change: 1 addition & 0 deletions integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
set -e
set -v

bundle exec rake install
./exe/run_test spec/fixtures/FixturePhpUnitTest.php --line=30
./exe/run_test spec/koine/test_runner_spec.rb
./exe/run_test spec/koine/test_runner_spec.rb --line=9
Expand Down
2 changes: 2 additions & 0 deletions lib/koine/test_runner.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'fileutils'

require 'koine/test_runner/version'
require 'koine/test_runner/command_executer'
require 'koine/test_runner/configuration'
Expand Down

0 comments on commit 16a06e7

Please sign in to comment.