Skip to content

Commit

Permalink
fill in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
compwron committed Feb 7, 2024
1 parent 11bf33d commit 53694d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/models/user_sms_notification_event_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require "rails_helper"

RSpec.describe UserSmsNotificationEvent, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
it { is_expected.to belong_to(:user) }
it { is_expected.to belong_to(:sms_notification_event) }
end

0 comments on commit 53694d2

Please sign in to comment.