Skip to content
Snippets Groups Projects
Commit c627dbc8 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Now we already included it in spec_helper.rb

parent a49151f0
No related branches found
No related tags found
1 merge request!5734Show wall-clock time when showing pipeline
Pipeline #
require 'spec_helper' require 'spec_helper'
   
describe BroadcastMessage, models: true do describe BroadcastMessage, models: true do
include ActiveSupport::Testing::TimeHelpers
subject { create(:broadcast_message) } subject { create(:broadcast_message) }
   
it { is_expected.to be_valid } it { is_expected.to be_valid }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment