Skip to content
Snippets Groups Projects
Commit c4732894 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix specs for icons

parent d5d18020
Branches
Tags
No related merge requests found
Pipeline #
require 'spec_helper' require 'spec_helper'
   
describe NotificationsHelper do describe NotificationsHelper do
include FontAwesome::Rails::IconHelper
include IconsHelper
describe 'notification_icon' do describe 'notification_icon' do
let(:notification) { double(disabled?: false, participating?: false, watch?: false) } let(:notification) { double(disabled?: false, participating?: false, watch?: false) }
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment