Skip to content

Commit

Permalink
Merge pull request #164 from boltops-tools/activesupport
Browse files Browse the repository at this point in the history
Use Activesupport All
  • Loading branch information
tongueroo authored Dec 16, 2021
2 parents d5124e0 + fd4f4ba commit 87b4df1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions lib/terraspace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
require "terraspace/autoloader"
Terraspace::Autoloader.setup

require "active_support/concern"
require "active_support/core_ext/class"
require "active_support/core_ext/hash"
require "active_support/core_ext/string"
require "active_support/ordered_options"
require "active_support/all"
require "cli-format"
require "deep_merge/rails_compat"
require "dsl_evaluator"
Expand Down
4 changes: 2 additions & 2 deletions spec/terraspace/seeder/content_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
result = content.build
expected =<<~EOL
# Required variables:
name = "string"
azs = [...] # list(string)
name = "string"
azs = [...] # list(string)
# Optional variables:
# project = "project-name"
Expand Down

0 comments on commit 87b4df1

Please sign in to comment.