Skip to content

Commit 8f4e5b6

Browse files
author
Joshua Wood
committed
Run tests against Ruby 2.0
1 parent 0f9d432 commit 8f4e5b6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.3-p194-perf
1+
2.0.0-p0

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ rvm:
33
- 1.8.7
44
- 1.9.2
55
- 1.9.3
6+
- 2.0.0
67
- jruby-18mode
78
- jruby-19mode
89
before_script: rake appraisal:install

test/unit/rails/action_controller_catcher_test.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
require 'test_helper'
22

33
begin
4+
require 'active_support'
45
require 'action_controller'
56
require 'action_controller/test_process'
67
require 'honeybadger/rails'

0 commit comments

Comments
 (0)