akkounts/spec/components/notification_component_spec.rb
Sebastian Kippe 8102fa1230
All checks were successful
continuous-integration/drone/push Build is passing
WIP Add notification component for flash messages
2022-02-20 17:22:49 -06:00

14 lines
360 B
Ruby

require "rails_helper"
RSpec.describe NotificationComponent, type: :component do
pending "add some examples to (or delete) #{__FILE__}"
# it "renders something useful" do
# expect(
# render_inline(described_class.new(attr: "value")) { "Hello, components!" }.css("p").to_html
# ).to include(
# "Hello, components!"
# )
# end
end