aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/models/operation_spec.rb2
1 files changed, 1 insertions, 1 deletions
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"
# )