diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2016-08-20 00:11:03 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2016-08-20 00:11:03 +0800 |
commit | c627dbc8fbf6f759dc9b40d75fa6fc9a435a461f (patch) | |
tree | b37e7f631670d7dca010ab198efa2a83a12af5a4 | |
parent | a49151f0d186e5abd45b5d0bb2ed4947a55858a2 (diff) | |
download | gitlab-ce-c627dbc8fbf6f759dc9b40d75fa6fc9a435a461f.tar.gz |
Now we already included it in spec_helper.rbwall-clock-time-for-showing-pipeline
-rw-r--r-- | spec/models/broadcast_message_spec.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/models/broadcast_message_spec.rb b/spec/models/broadcast_message_spec.rb index 72688137f08..02d6263094a 100644 --- a/spec/models/broadcast_message_spec.rb +++ b/spec/models/broadcast_message_spec.rb @@ -1,8 +1,6 @@ require 'spec_helper' describe BroadcastMessage, models: true do - include ActiveSupport::Testing::TimeHelpers - subject { create(:broadcast_message) } it { is_expected.to be_valid } |