Skip to content

Commit

Permalink
Automated test init file is added
Browse files Browse the repository at this point in the history
  • Loading branch information
ntl committed Sep 22, 2024
1 parent c6e2dd9 commit fb64977
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 27 deletions.
2 changes: 1 addition & 1 deletion test/automated/attribute_map/add.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../test_init'
require_relative '../automated_init'

context "Attribute Map" do
context "Add an Unbalanced Mapping" do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../test_init'
require_relative '../automated_init'

context "Attribute Map" do
context "Balance Missing Receiver Attributes" do
Expand Down
2 changes: 1 addition & 1 deletion test/automated/attribute_map/delete.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../test_init'
require_relative '../automated_init'

context "Attribute Map" do
context "Delete a Mapping" do
Expand Down
2 changes: 1 addition & 1 deletion test/automated/attribute_map/empty.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../test_init'
require_relative '../automated_init'

context "Attribute Map" do
context "New Map" do
Expand Down
2 changes: 1 addition & 1 deletion test/automated/attribute_map/exclude.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../test_init'
require_relative '../automated_init'

context "Attribute Map" do
context "Exclude Alias for Delete" do
Expand Down
2 changes: 1 addition & 1 deletion test/automated/attribute_map/exclude_during_build.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../test_init'
require_relative '../automated_init'

context "Attribute Map" do
context "Excluded from Build" do
Expand Down
2 changes: 1 addition & 1 deletion test/automated/attribute_map/get_missing_attribute.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../test_init'
require_relative '../automated_init'

context "Attribute Map" do
context "Get Missing Attribute" do
Expand Down
2 changes: 1 addition & 1 deletion test/automated/attribute_map/include.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../test_init'
require_relative '../automated_init'

context "Attribute Map" do
context "Include" do
Expand Down
2 changes: 1 addition & 1 deletion test/automated/attribute_map/new.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../test_init'
require_relative '../automated_init'

context "Attribute Map" do
context "New Map" do
Expand Down
1 change: 1 addition & 0 deletions test/automated/automated_init.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require_relative '../test_init'
2 changes: 1 addition & 1 deletion test/automated/data_source/attribute_predicate.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../test_init'
require_relative '../automated_init'

context "Data Source" do
context "Attribute Predicate" do
Expand Down
2 changes: 1 addition & 1 deletion test/automated/data_source/factory/hash.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../../test_init'
require_relative '../../automated_init'

context "Data Source" do
context "Factory" do
Expand Down
2 changes: 1 addition & 1 deletion test/automated/data_source/factory/object.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../../test_init'
require_relative '../../automated_init'

context "Data Source" do
context "Factory" do
Expand Down
2 changes: 1 addition & 1 deletion test/automated/data_source/hash/get_value.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../../test_init'
require_relative '../../automated_init'

context "Data Source" do
context "Hash" do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../../test_init'
require_relative '../../automated_init'

context "Data Source" do
context "Hash" do
Expand Down
2 changes: 1 addition & 1 deletion test/automated/data_source/object/get_value.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../../test_init'
require_relative '../../automated_init'

context "Data Source" do
context "Object" do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../../test_init'
require_relative '../../automated_init'

context "Data Source" do
context "Object" do
Expand Down
2 changes: 1 addition & 1 deletion test/automated/excluded_attributes/many.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../test_init'
require_relative '../automated_init'

context "Excluded Attributes" do
context "Many" do
Expand Down
2 changes: 1 addition & 1 deletion test/automated/excluded_attributes/one.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../test_init'
require_relative '../automated_init'

context "Excluded Attributes" do
context "One" do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../test_init'
require_relative '../automated_init'

context "Included Attributes" do
context "Many" do
Expand Down
2 changes: 1 addition & 1 deletion test/automated/included_attributes/many.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../test_init'
require_relative '../automated_init'

context "Included Attributes" do
context "Many" do
Expand Down
2 changes: 1 addition & 1 deletion test/automated/included_attributes/one.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../test_init'
require_relative '../automated_init'

context "Included Attributes" do
context "One" do
Expand Down
2 changes: 1 addition & 1 deletion test/automated/missing_receiver_attributes/ignored.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../test_init'
require_relative '../automated_init'

context "Missing Receiver Attributes" do
hash_source = Controls::Hash.example
Expand Down
2 changes: 1 addition & 1 deletion test/automated/missing_receiver_attributes/strict.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../test_init'
require_relative '../automated_init'

context "Missing Receiver Attributes" do
context "Strict" do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../../test_init'
require_relative '../../automated_init'

context "Set Attributes" do
context "Object Source" do
Expand Down
2 changes: 1 addition & 1 deletion test/automated/set_attributes/missing_source_attribute.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../test_init'
require_relative '../automated_init'

context "Set Attributes" do
context "Missing Source Attribute" do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../../test_init'
require_relative '../../automated_init'

context "Set Attributes" do
context "Object Source" do
Expand Down
2 changes: 1 addition & 1 deletion test/automated/set_attributes/transform.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../test_init'
require_relative '../automated_init'

context "Set Attributes" do
context "Missing Source Attribute" do
Expand Down

0 comments on commit fb64977

Please sign in to comment.