Skip to content

Commit

Permalink
reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
cktricky committed Aug 23, 2017
1 parent efad3bb commit 5d56a14
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ ruby '2.3.4'

gem 'rake'

gem 'rails-perftest'
gem 'ruby-prof', '0.15.9'

# Bundle edge Rails instead:
# gem 'rails', git: 'https://github.com/rails/rails'

Expand Down
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ GEM
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-perftest (0.0.7)
railties (4.2.8)
actionpack (= 4.2.8)
activesupport (= 4.2.8)
Expand Down Expand Up @@ -254,6 +255,7 @@ GEM
rspec-mocks (~> 3.6.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
ruby-prof (0.15.9)
ruby_dep (1.5.0)
sass (3.4.24)
sass-rails (5.0.6)
Expand Down Expand Up @@ -345,10 +347,12 @@ DEPENDENCIES
pry-rails
rack-livereload
rails (= 4.2.8)
rails-perftest
rake
rb-fsevent
responders
rspec-rails
ruby-prof (= 0.15.9)
sass-rails
simplecov
sqlite3
Expand All @@ -363,4 +367,4 @@ RUBY VERSION
ruby 2.3.4p301

BUNDLED WITH
1.15.0
1.15.3
4 changes: 2 additions & 2 deletions test/fixtures/benefits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# model remove the '{}' from the fixture names and add the columns immediately
# below each fixture, per the syntax in the comments below
#
one: {}
#one: {}
# column: value
#
two: {}
#two: {}
# column: value

0 comments on commit 5d56a14

Please sign in to comment.