summaryrefslogtreecommitdiff
path: root/features/steps/profile/profile.rb
diff options
context:
space:
mode:
authorChristian Höltje <docwhat@gerf.org>2013-06-03 12:34:07 -0400
committerChristian Höltje <docwhat@gerf.org>2013-06-05 11:17:13 -0400
commit15d54b29649652226dc62044680913640be6e407 (patch)
tree3d52c17fdc300e4cd9ccddb499fb6e4d2729f3b9 /features/steps/profile/profile.rb
parent336750c916498e99505f593067d4eeadccb3c261 (diff)
downloadgitlab-ce-15d54b29649652226dc62044680913640be6e407.tar.gz
design pages now uses the COLOR_SCHEMES
This unifies the code color-scheme code and makes adding new schemes a little easier.
Diffstat (limited to 'features/steps/profile/profile.rb')
-rw-r--r--features/steps/profile/profile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb
index 8981705df48..c1fe00c8e65 100644
--- a/features/steps/profile/profile.rb
+++ b/features/steps/profile/profile.rb
@@ -74,7 +74,7 @@ class Profile < Spinach::FeatureSteps
When "I change my code preview theme" do
within '.code-preview-theme' do
- choose "Solarized Dark"
+ choose "Solarized dark"
end
end