Skip to content

Commit

Permalink
Remove blueprints.rb and machinist gem
Browse files Browse the repository at this point in the history
  • Loading branch information
compwron committed Jun 15, 2019
1 parent 302eefd commit 2b085ca
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 39 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ group :test do
gem 'email_spec'
gem 'factory_girl_rails'
gem 'launchy'
gem 'machinist'
gem 'rspec-collection_matchers'
gem 'selenium-webdriver'
gem 'shoulda-matchers'
Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ GEM
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
machinist (2.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
method_source (0.9.2)
Expand Down Expand Up @@ -376,7 +375,6 @@ DEPENDENCIES
jquery-rails
kaminari
launchy
machinist
omniauth
omniauth-github
omniauth-google-oauth2
Expand Down
2 changes: 0 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ class Application < Rails::Application

g.test_framework :rspec, fixture: true

g.fixture_replacement :machinist

g.view_specs false
g.helper_specs false
end
Expand Down
34 changes: 0 additions & 34 deletions spec/support/blueprints.rb

This file was deleted.

0 comments on commit 2b085ca

Please sign in to comment.