Skip to content

Commit

Permalink
Run tests against latest rbenv
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed Jan 18, 2016
1 parent f9a6a77 commit 2827cc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/setup_bats_and_rbenv_and_run_tests
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/bin/bash

BATS_TAG=v0.4.0
RBENV_TAG=v0.4.0

git clone --depth 1 --branch $BATS_TAG https://github.com/sstephenson/bats.git
git clone --depth 1 --branch $RBENV_TAG https://github.com/sstephenson/rbenv.git
git clone --depth 1 https://github.com/sstephenson/rbenv.git

export PATH="$PWD/rbenv/bin:$PATH"
exec bats/bin/bats --tap test/$1

0 comments on commit 2827cc7

Please sign in to comment.