Skip to content

Commit

Permalink
Merge 16a06e7 into a62eb98
Browse files Browse the repository at this point in the history
  • Loading branch information
mjacobus committed Dec 17, 2020
2 parents a62eb98 + 16a06e7 commit 99ad97a
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 99ad97a

Please sign in to comment.