Skip to content

Commit 4b3736a

Browse files
committed
add power assert for testing
1 parent 1299d5b commit 4b3736a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ source 'https://rubygems.org'
44
gemspec
55

66
gem 'rails', '~> 4.0'
7+
gem 'minitest-power_assert'

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
require 'rails'
55
require "rails/test_help"
6-
6+
require 'minitest-power_assert'
77

88
def copy_routes
99
routes = File.expand_path("../support/routes.rb", __FILE__)

0 commit comments

Comments
 (0)