Skip to content

Commit

Permalink
Add integration test back to the game
Browse files Browse the repository at this point in the history
  • Loading branch information
mjacobus committed Jan 25, 2021
1 parent 3eb0bc9 commit 731d9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ before_install: gem install bundler -v 1.14.6

script:
- bundle exec rspec
# - ./tests/integration_tests.sh
- ./tests/integration_tests.sh
# - bundle exec rubocop
2 changes: 1 addition & 1 deletion integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
set -v

bundle exec rake install
./exe/run_test spec/fixtures/FixturePhpUnitTest.php --line=30
# ./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
./exe/run_test spec/koine/test_runner_spec.rb --all

0 comments on commit 731d9ce

Please sign in to comment.