Skip to content

Commit

Permalink
Use rvm to simplify 1.9 testing on the Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
reidmorrison committed Oct 8, 2012
1 parent bc086b0 commit b5c70d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rvmrc
@@ -0,0 +1,2 @@
rvm use ruby-1.9.3-p194
export RACK_ENV=test
1 change: 1 addition & 0 deletions test/reader_test.rb
@@ -1,6 +1,7 @@
# Allow examples to be run in-place without requiring a gem install
$LOAD_PATH.unshift File.dirname(__FILE__) + '/../lib'

require 'stringio'
require 'rubygems'
require 'test/unit'
require 'shoulda'
Expand Down
1 change: 1 addition & 0 deletions test/writer_test.rb
@@ -1,6 +1,7 @@
# Allow examples to be run in-place without requiring a gem install
$LOAD_PATH.unshift File.dirname(__FILE__) + '/../lib'

require 'stringio'
require 'rubygems'
require 'test/unit'
require 'shoulda'
Expand Down

0 comments on commit b5c70d0

Please sign in to comment.