Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-19 05:13:32 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-22 13:13:45 +0300
commitafec5efc7dd0d0a063c30c3fff5ea5bbf59f9f48 (patch)
tree24a40ef59222c3c8e82eb8cbd4220e10e0c0e8d3 /features/steps/admin/broadcast_messages.rb
parentd6cd2e6a53aca48f76296cd6b89b0f2b41b641ed (diff)
Fix features syntax
Diffstat (limited to 'features/steps/admin/broadcast_messages.rb')
-rw-r--r--features/steps/admin/broadcast_messages.rb2
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