Sha256: 181990698de24c14e74595578e8d78ea8e526a548ea1ccc079324155c77344fe
Contents?: true
Size: 360 Bytes
Versions: 8
Compression:
Stored size: 360 Bytes
Contents
require "test_birst_command" class Test_read_config < Test::Unit::TestCase def setup end def teardown end def test_read_config Birst_Command::Config.read_config(File.join(File.dirname(__FILE__),"resources/config_test.json")) assert_equal "name@myplace.com", Birst_Command::Config.options[:username], "Error with config file" end end
Version data entries
8 entries across 8 versions & 1 rubygems