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
@@ -1,5 +1,5 @@
language: ruby
rvm:
- "1.9.3"
- "2.0.0"
before_script: rake db:setup
env: RAILSGOAT_MAINTAINER=true