1. Changed 1.9.3 to 2.0.0 in .rvmrc, .travis.yml, Gemfile, README.md.

2. Rebuilt Gemfile.lock file.
3. Changed "@@" (class var) to "$" (global var) in spec/support/capybara_shared.rb
This commit is contained in:
Al Snow
2013-10-28 19:32:59 -04:00
parent 842e09d3d4
commit 94d4410528
6 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
cd railsgoat
rvm use 1.9.3@railsgoat --create # https://rvm.io/
rvm use 2.0.0@railsgoat --create # https://rvm.io/
bundle