Project

General

Profile

« Previous | Next » 

Revision 18bcd08c

Added by Michael Moll over 4 years ago

Fixes #29103 - Fix Layout/EmptyLinesAroundClassBody cop

View differences:

test/bmc/bmc_test.rb
require 'bmc/ipmi'
class BmcTest < Test::Unit::TestCase
def setup
@args = { :username => "user", :password => "pass", :bmc_provider => "ipmitool", :host => "host" }
@bmc = Proxy::BMC::IPMI.new(@args)
......
private
attr_reader :bmc
end

Also available in: Unified diff