diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-01 00:35:34 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-14 23:07:49 -0400 |
commit | c8fa350d344a906d849780cae9cefc35a71a08f9 (patch) | |
tree | 83304e527cff8d9fbdf6f461b9b5de1b3ad21e87 | |
parent | 20945dd658d2bd0711aea81c5669cf6d916a3280 (diff) | |
download | gitlab-ce-c8fa350d344a906d849780cae9cefc35a71a08f9.tar.gz |
Fix BroadcastMessages feature
-rw-r--r-- | features/steps/admin/broadcast_messages.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/admin/broadcast_messages.rb b/features/steps/admin/broadcast_messages.rb index 2ecb6f0191a..f6daf852977 100644 --- a/features/steps/admin/broadcast_messages.rb +++ b/features/steps/admin/broadcast_messages.rb @@ -36,6 +36,6 @@ class Spinach::Features::AdminBroadcastMessages < Spinach::FeatureSteps step 'I should see a customized broadcast message' do expect(page).to have_content 'Application update from 4:00 CST to 5:00 CST' - expect(page).to have_selector %(div[style="background-color:#f2dede;color:#b94a48"]) + expect(page).to have_selector %(div[style="background-color: #f2dede; color: #b94a48"]) end end |