aboutsummaryrefslogtreecommitdiffstats
path: root/spec/requests/events_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/requests/events_spec.rb')
-rw-r--r--spec/requests/events_spec.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/requests/events_spec.rb b/spec/requests/events_spec.rb
index 21154b6..70f9075 100644
--- a/spec/requests/events_spec.rb
+++ b/spec/requests/events_spec.rb
@@ -18,7 +18,9 @@ RSpec.describe "/events", type: :request do
# Event. As you add validations to Event, be sure to
# adjust the attributes here as well.
let(:valid_attributes) {
- skip("Add a hash of attributes valid for your model")
+ # skip("Add a hash of attributes valid for your model")
+ # TODO: How to do this??
+ Hash.new(Date.new(2023, 1, 10), "Stunner")
}
let(:invalid_attributes) {