Skip to content

Commit

Permalink
Fix slim warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kernow committed Sep 14, 2015
1 parent 33acd41 commit 44df424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -12,7 +12,7 @@
require 'support/fixtures'

# Set slim's attribute quotes to use single quotes so it's the same as haml
Slim::Engine.set_default_options attr_quote: "'"
Slim::Engine.set_options attr_quote: "'"

RSpec.configure do |config|
config.order = "random"
Expand Down

0 comments on commit 44df424

Please sign in to comment.