Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Jun 20, 2015
1 parent 599ef6a commit ee5c24e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_plugin(plugin, ohai = Ohai::System.new, path = PLUGIN_PATH)
end

def convert_windows_output(stdout)
stdout.gsub("\n", "\r\n")
stdout.gsub("\n", "\r\n")
end

def it_should_check_from(plugin, attribute, from, value)
Expand Down Expand Up @@ -91,6 +91,10 @@ def it_should_check_from_deep_mash(plugin, mash, attribute, from, value)

RSpec.configure do |config|

# Not worth addressing warnings in Ohai until upstream ones in ffi-yajl are
# fixed.
# config.warnings = true

config.raise_errors_for_deprecations!

# `expect` should be preferred for new tests or when refactoring old tests,
Expand Down

0 comments on commit ee5c24e

Please sign in to comment.