aboutsummaryrefslogtreecommitdiffstats
path: root/spec/helpers
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-12-20 20:34:25 +0000
committerMatthew Lemon <y@yulqen.org>2023-12-20 20:34:25 +0000
commit6b1a1834ad1715145f047790c8391b8a5558bece (patch)
treee20cdddb20477b56a013eb3bc357b9b5ff0488a3 /spec/helpers
parenta3e98876e2f88b69fef2a9da7d65b3704b6bf0d2 (diff)
Created new Operation model and fixed Event associations with it
Diffstat (limited to 'spec/helpers')
-rw-r--r--spec/helpers/operations_helper_spec.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/spec/helpers/operations_helper_spec.rb b/spec/helpers/operations_helper_spec.rb
new file mode 100644
index 0000000..b0d4550
--- /dev/null
+++ b/spec/helpers/operations_helper_spec.rb
@@ -0,0 +1,15 @@
+require 'rails_helper'
+
+# Specs in this file have access to a helper object that includes
+# the OperationsHelper. For example:
+#
+# describe OperationsHelper do
+# describe "string concat" do
+# it "concats two strings with spaces" do
+# expect(helper.concat_strings("this","that")).to eq("this that")
+# end
+# end
+# end
+RSpec.describe OperationsHelper, type: :helper do
+ pending "add some examples to (or delete) #{__FILE__}"
+end