diff --git a/spec/lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_amazing_print_inspect/concern_spec.rb b/spec/lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_amazing_print_inspect/concern_spec.rb index 3793e3868b0..693a7ac2970 100644 --- a/spec/lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_amazing_print_inspect/concern_spec.rb +++ b/spec/lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_amazing_print_inspect/concern_spec.rb @@ -59,7 +59,7 @@ def self.name let(:step) { container.new.steps.first } - let(:keywords) { ["ConvenientService", "entity", "Step", "container", "ContainerService", "service", "StepService"] } + let(:keywords) { ["ConvenientService", ":entity", "Step", ":container", "ContainerService", ":service", "StepService"] } it "returns `inspect` representation of step" do expect(step.inspect).to include(*keywords) @@ -83,7 +83,7 @@ def self.name end end - let(:keywords) { ["ConvenientService", "entity", "Step", "container", "ContainerService", "method", ":result"] } + let(:keywords) { ["ConvenientService", ":entity", "Step", ":container", "ContainerService", ":method", ":result"] } it "returns `inspect` representation of step" do expect(step.inspect).to include(*keywords) diff --git a/spec/lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_awesome_print_inspect/concern_spec.rb b/spec/lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_awesome_print_inspect/concern_spec.rb index 13ca9770716..5e7046f28d0 100644 --- a/spec/lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_awesome_print_inspect/concern_spec.rb +++ b/spec/lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_awesome_print_inspect/concern_spec.rb @@ -59,7 +59,7 @@ def self.name let(:step) { container.new.steps.first } - let(:keywords) { ["ConvenientService", "entity", "Step", "container", "ContainerService", "service", "StepService"] } + let(:keywords) { ["ConvenientService", ":entity", "Step", ":container", "ContainerService", ":service", "StepService"] } it "returns `inspect` representation of step" do expect(step.inspect).to include(*keywords) @@ -83,7 +83,7 @@ def self.name end end - let(:keywords) { ["ConvenientService", "entity", "Step", "container", "ContainerService", "method", ":result"] } + let(:keywords) { ["ConvenientService", ":entity", "Step", ":container", "ContainerService", ":method", ":result"] } it "returns `inspect` representation of step" do expect(step.inspect).to include(*keywords) diff --git a/spec/lib/convenient_service/service/plugins/has_amazing_print_inspect/concern_spec.rb b/spec/lib/convenient_service/service/plugins/has_amazing_print_inspect/concern_spec.rb index 1fa5c760363..59dcefb2b0c 100644 --- a/spec/lib/convenient_service/service/plugins/has_amazing_print_inspect/concern_spec.rb +++ b/spec/lib/convenient_service/service/plugins/has_amazing_print_inspect/concern_spec.rb @@ -47,7 +47,7 @@ def self.name let(:service_instance) { service_class.new } let(:inspect_values) { {name: service_class.name} } - let(:keywords) { ["ConvenientService", "entity", "Service", "name", "ImportantService"] } + let(:keywords) { ["ConvenientService", ":entity", "Service", ":name", "ImportantService"] } describe "#inspect" do it "returns `inspect` representation of service" do diff --git a/spec/lib/convenient_service/service/plugins/has_awesome_print_inspect/concern_spec.rb b/spec/lib/convenient_service/service/plugins/has_awesome_print_inspect/concern_spec.rb index e67edea8430..5cf4579d0f8 100644 --- a/spec/lib/convenient_service/service/plugins/has_awesome_print_inspect/concern_spec.rb +++ b/spec/lib/convenient_service/service/plugins/has_awesome_print_inspect/concern_spec.rb @@ -47,7 +47,7 @@ def self.name let(:service_instance) { service_class.new } let(:inspect_values) { {name: service_class.name} } - let(:keywords) { ["ConvenientService", "entity", "Service", "name", "ImportantService"] } + let(:keywords) { ["ConvenientService", ":entity", "Service", ":name", "ImportantService"] } describe "#inspect" do it "returns `inspect` representation of service" do diff --git a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_amazing_print_inspect/concern_spec.rb b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_amazing_print_inspect/concern_spec.rb index 0302dd21fe6..565503c20eb 100644 --- a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_amazing_print_inspect/concern_spec.rb +++ b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_amazing_print_inspect/concern_spec.rb @@ -52,7 +52,7 @@ def result let(:result) { service.result } - let(:keywords) { ["ConvenientService", "entity", "Result", "service", "ImportantService", "status", ":success"] } + let(:keywords) { ["ConvenientService", ":entity", "Result", ":service", "ImportantService", ":status", ":success"] } it "returns `inspect` representation of result" do expect(result.inspect).to include(*keywords) @@ -83,7 +83,7 @@ def result end end - let(:keywords) { ["ConvenientService", "entity", "Result", "service", "ImportantService", "status", ":success", "data_keys", "foo"] } + let(:keywords) { ["ConvenientService", ":entity", "Result", ":service", "ImportantService", ":status", ":success", ":data_keys", "foo"] } it "includes data keys into `inspect` representation of result" do expect(result.inspect).to include(*keywords) @@ -106,7 +106,7 @@ def result end end - let(:keywords) { ["ConvenientService", "entity", "Result", "service", "ImportantService", "status", ":success", "data_keys", "foo", "baz", "quux"] } + let(:keywords) { ["ConvenientService", ":entity", "Result", ":service", "ImportantService", ":status", ":success", ":data_keys", "foo", "baz", "quux"] } it "delegates to `data.keys.inspect`" do expect(result.inspect).to include(*keywords) @@ -131,7 +131,7 @@ def result end end - let(:keywords) { ["ConvenientService", "entity", "Result", "service", "ImportantService", "status", ":error", "message", "foo"] } + let(:keywords) { ["ConvenientService", ":entity", "Result", ":service", "ImportantService", ":status", ":error", ":message", "foo"] } it "includes message into `inspect` representation of result" do expect(result.inspect).to include(*keywords) diff --git a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_awesome_print_inspect/concern_spec.rb b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_awesome_print_inspect/concern_spec.rb index 8161435e156..0c048873915 100644 --- a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_awesome_print_inspect/concern_spec.rb +++ b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_awesome_print_inspect/concern_spec.rb @@ -52,7 +52,7 @@ def result let(:result) { service.result } - let(:keywords) { ["ConvenientService", "entity", "Result", "service", "ImportantService", "status", ":success"] } + let(:keywords) { ["ConvenientService", ":entity", "Result", ":service", "ImportantService", ":status", ":success"] } it "returns `inspect` representation of result" do expect(result.inspect).to include(*keywords) @@ -83,7 +83,7 @@ def result end end - let(:keywords) { ["ConvenientService", "entity", "Result", "service", "ImportantService", "status", ":success", "data_keys", "foo"] } + let(:keywords) { ["ConvenientService", ":entity", "Result", ":service", "ImportantService", ":status", ":success", ":data_keys", "foo"] } it "includes data keys into `inspect` representation of result" do expect(result.inspect).to include(*keywords) @@ -106,7 +106,7 @@ def result end end - let(:keywords) { ["ConvenientService", "entity", "Result", "service", "ImportantService", "status", ":success", "data_keys", "foo", "baz", "quux"] } + let(:keywords) { ["ConvenientService", ":entity", "Result", ":service", "ImportantService", ":status", ":success", ":data_keys", "foo", "baz", "quux"] } it "delegates to `data.keys.inspect`" do expect(result.inspect).to include(*keywords) @@ -131,7 +131,7 @@ def result end end - let(:keywords) { ["ConvenientService", "entity", "Result", "service", "ImportantService", "status", ":error", "message", "foo"] } + let(:keywords) { ["ConvenientService", ":entity", "Result", ":service", "ImportantService", ":status", ":error", ":message", "foo"] } it "includes message into `inspect` representation of result" do expect(result.inspect).to include(*keywords) diff --git a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/plugins/has_amazing_print_inspect/concern_spec.rb b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/plugins/has_amazing_print_inspect/concern_spec.rb index 4ece63624f0..87d8296a83e 100644 --- a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/plugins/has_amazing_print_inspect/concern_spec.rb +++ b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/plugins/has_amazing_print_inspect/concern_spec.rb @@ -48,7 +48,7 @@ def result let(:code) { service.result.code } - let(:keywords) { ["ConvenientService", "entity", "Code", "result", code.result.class.name, "value", ":foo"] } + let(:keywords) { ["ConvenientService", ":entity", "Code", ":result", code.result.class.name, ":value", ":foo"] } before do ## diff --git a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/plugins/has_awesome_print_inspect/concern_spec.rb b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/plugins/has_awesome_print_inspect/concern_spec.rb index d2676815ee8..74c78e6aedc 100644 --- a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/plugins/has_awesome_print_inspect/concern_spec.rb +++ b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/plugins/has_awesome_print_inspect/concern_spec.rb @@ -48,7 +48,7 @@ def result let(:code) { service.result.code } - let(:keywords) { ["ConvenientService", "entity", "Code", "result", code.result.class.name, "value", ":foo"] } + let(:keywords) { ["ConvenientService", ":entity", "Code", ":result", code.result.class.name, ":value", ":foo"] } before do ## diff --git a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/plugins/has_amazing_print_inspect/concern_spec.rb b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/plugins/has_amazing_print_inspect/concern_spec.rb index 8d86784da45..bc95347541b 100644 --- a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/plugins/has_amazing_print_inspect/concern_spec.rb +++ b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/plugins/has_amazing_print_inspect/concern_spec.rb @@ -48,7 +48,7 @@ def result let(:data) { service.result.data } - let(:keywords) { ["ConvenientService", "entity", "Data", "result", data.result.class.name, "values", ":foo", "bar"] } + let(:keywords) { ["ConvenientService", ":entity", "Data", ":result", data.result.class.name, ":values", ":foo", "bar"] } before do ## @@ -80,7 +80,7 @@ def result end end - let(:keywords) { ["ConvenientService", "entity", "Data", "result", data.result.class.name, "values", "{}"] } + let(:keywords) { ["ConvenientService", ":entity", "Data", ":result", data.result.class.name, ":values", "{}"] } it "returns `inspect` representation of data" do expect(data.inspect).to include(*keywords) diff --git a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/plugins/has_awesome_print_inspect/concern_spec.rb b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/plugins/has_awesome_print_inspect/concern_spec.rb index a82677fb220..1807f925db8 100644 --- a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/plugins/has_awesome_print_inspect/concern_spec.rb +++ b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/plugins/has_awesome_print_inspect/concern_spec.rb @@ -48,7 +48,7 @@ def result let(:data) { service.result.data } - let(:keywords) { ["ConvenientService", "entity", "Data", "result", data.result.class.name, "values", ":foo", "bar"] } + let(:keywords) { ["ConvenientService", ":entity", "Data", ":result", data.result.class.name, ":values", ":foo", "bar"] } before do ## @@ -80,7 +80,7 @@ def result end end - let(:keywords) { ["ConvenientService", "entity", "Data", "result", data.result.class.name, "values", "{}"] } + let(:keywords) { ["ConvenientService", ":entity", "Data", ":result", data.result.class.name, ":values", "{}"] } it "returns `inspect` representation of data" do expect(data.inspect).to include(*keywords) diff --git a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/plugins/has_amazing_print_inspect/concern_spec.rb b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/plugins/has_amazing_print_inspect/concern_spec.rb index 84bc718cc09..3c1be578f52 100644 --- a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/plugins/has_amazing_print_inspect/concern_spec.rb +++ b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/plugins/has_amazing_print_inspect/concern_spec.rb @@ -48,7 +48,7 @@ def result let(:message) { service.result.message } - let(:keywords) { ["ConvenientService", "entity", "Message", "result", message.result.class.name, "text", "foo"] } + let(:keywords) { ["ConvenientService", ":entity", "Message", ":result", message.result.class.name, ":text", "foo"] } before do ## diff --git a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/plugins/has_awesome_print_inspect/concern_spec.rb b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/plugins/has_awesome_print_inspect/concern_spec.rb index 21a3aa01e1d..f64dbb59b7d 100644 --- a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/plugins/has_awesome_print_inspect/concern_spec.rb +++ b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/plugins/has_awesome_print_inspect/concern_spec.rb @@ -48,7 +48,7 @@ def result let(:message) { service.result.message } - let(:keywords) { ["ConvenientService", "entity", "Message", "result", message.result.class.name, "text", "foo"] } + let(:keywords) { ["ConvenientService", ":entity", "Message", ":result", message.result.class.name, ":text", "foo"] } before do ## diff --git a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/plugins/has_amazing_print_inspect/concern_spec.rb b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/plugins/has_amazing_print_inspect/concern_spec.rb index 68add543361..3b9a5e665cb 100644 --- a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/plugins/has_amazing_print_inspect/concern_spec.rb +++ b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/plugins/has_amazing_print_inspect/concern_spec.rb @@ -48,7 +48,7 @@ def result let(:status) { service.result.status } - let(:keywords) { ["ConvenientService", "entity", "Status", "result", status.result.class.name, "type", ":success"] } + let(:keywords) { ["ConvenientService", ":entity", "Status", ":result", status.result.class.name, ":type", ":success"] } before do ## diff --git a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/plugins/has_awesome_print_inspect/concern_spec.rb b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/plugins/has_awesome_print_inspect/concern_spec.rb index d2a59e4b642..20a5dd69c92 100644 --- a/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/plugins/has_awesome_print_inspect/concern_spec.rb +++ b/spec/lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/plugins/has_awesome_print_inspect/concern_spec.rb @@ -48,7 +48,7 @@ def result let(:status) { service.result.status } - let(:keywords) { ["ConvenientService", "entity", "Status", "result", status.result.class.name, "type", ":success"] } + let(:keywords) { ["ConvenientService", ":entity", "Status", ":result", status.result.class.name, ":type", ":success"] } before do ##