summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/step_definitions.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/step_definitions.rb b/features/step_definitions.rb
index 140ea4fa..5ba10177 100644
--- a/features/step_definitions.rb
+++ b/features/step_definitions.rb
@@ -36,9 +36,9 @@ end
Then /the result should match the (HTML|XML) structure/ do |format, expect|
case format
when 'HTML'
- options = {:format => :html5}
+ options = { :format => :html }
when 'XML'
- options = {:format => :xhtml}
+ options = { :format => :xhtml }
else
options = {}
end