Skip to content

Commit

Permalink
simplify running specs over multiple rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
garybernhardt committed Sep 9, 2011
1 parent aa9b699 commit bcf30f8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions test-against-multiple-rubies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,5 @@

set -e

rspec_versions="
$HOME/.rvm/gems/ree-1.8.7-2011.03@base/bin/rspec
$HOME/.rvm/gems/ruby-1.9.2-p180@base/bin/rspec
"
for rspec_path in $rspec_versions; do
echo "Running specs with ${rspec_path}"
echo
$rspec_path spec
done
rvm ree@base,1.9.2-p180@base exec rspec spec

0 comments on commit bcf30f8

Please sign in to comment.