Skip to content

Commit 5d56a14

Browse files
committed
reverted
1 parent efad3bb commit 5d56a14

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ ruby '2.3.4'
77

88
gem 'rake'
99

10+
gem 'rails-perftest'
11+
gem 'ruby-prof', '0.15.9'
12+
1013
# Bundle edge Rails instead:
1114
# gem 'rails', git: 'https://github.com/rails/rails'
1215

Gemfile.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ GEM
219219
rails-deprecated_sanitizer (>= 1.0.1)
220220
rails-html-sanitizer (1.0.3)
221221
loofah (~> 2.0)
222+
rails-perftest (0.0.7)
222223
railties (4.2.8)
223224
actionpack (= 4.2.8)
224225
activesupport (= 4.2.8)
@@ -254,6 +255,7 @@ GEM
254255
rspec-mocks (~> 3.6.0)
255256
rspec-support (~> 3.6.0)
256257
rspec-support (3.6.0)
258+
ruby-prof (0.15.9)
257259
ruby_dep (1.5.0)
258260
sass (3.4.24)
259261
sass-rails (5.0.6)
@@ -345,10 +347,12 @@ DEPENDENCIES
345347
pry-rails
346348
rack-livereload
347349
rails (= 4.2.8)
350+
rails-perftest
348351
rake
349352
rb-fsevent
350353
responders
351354
rspec-rails
355+
ruby-prof (= 0.15.9)
352356
sass-rails
353357
simplecov
354358
sqlite3
@@ -363,4 +367,4 @@ RUBY VERSION
363367
ruby 2.3.4p301
364368

365369
BUNDLED WITH
366-
1.15.0
370+
1.15.3

test/fixtures/benefits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# model remove the '{}' from the fixture names and add the columns immediately
55
# below each fixture, per the syntax in the comments below
66
#
7-
one: {}
7+
#one: {}
88
# column: value
99
#
10-
two: {}
10+
#two: {}
1111
# column: value

0 commit comments

Comments
 (0)