lib/flame/generators/testing_generator.rb in flamerb-0.2.3 vs lib/flame/generators/testing_generator.rb in flamerb-0.3.0
- old
+ new
@@ -16,11 +16,8 @@
def support_template
template("spec/support/shoulda_matchers.rb")
template("spec/support/factory_bot.rb")
template("spec/support/database_cleaner.rb")
- #TODO: Move this
- template(".rubocop.yml")
- template(".solargraph.yml" )
end
end
end