Applied rubocop IndentationConsistency.

This commit is contained in:
Martin Edenhofer 2015-04-27 16:56:32 +02:00
parent 16ddef38e9
commit dfc39cc95c
8 changed files with 186 additions and 186 deletions

View file

@ -625,7 +625,7 @@ class TestCase < Test::Unit::TestCase
raise "not matching '#{data[:title]}' in title '#{title}'"
end
end
puts "tv #{params.inspect}"
puts "tv #{params.inspect}"
# verify modified
if data.has_key?(:modified)
exists = instance.find_elements( { css: '.tasks .active .icon' } )[0]