spec/plumbing/actor/transporter_spec.rb in standard-procedure-plumbing-0.4.0 vs spec/plumbing/actor/transporter_spec.rb in standard-procedure-plumbing-0.4.1

- old
+ new

@@ -13,9 +13,10 @@ def == other other.id == @id end end # standard:enable Lint/ConstantDefinitionInBlock + before do GlobalID.app = "rspec" GlobalID::Locator.use :rspec do |gid, options| Record.new gid.model_id end