From 39248cd32ede354aec38e617415b432570f4f454 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 20 Dec 2023 20:39:32 +0000 Subject: Removes variable that isn't required --- spec/models/operation_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/models/operation_spec.rb b/spec/models/operation_spec.rb index a46a528..1293524 100644 --- a/spec/models/operation_spec.rb +++ b/spec/models/operation_spec.rb @@ -2,7 +2,7 @@ require 'rails_helper' RSpec.describe Operation, type: :model do let(:organisation) { - org = build(:organisation) + build(:organisation) # Operation.create!( # name: "MyString" # ) -- cgit v1.2.3