Sha256: cd8d4913d23d188d409b0a37fd7cffcf6a5ca8a8d2062df1e8c81e4427b8b774

Contents?: true

Size: 127 Bytes

Versions: 2

Compression:

Stored size: 127 Bytes

Contents

def skip_if_emulator
 if Azure.config.table_host =~ /localhost/
   skip "This test will only run in Live environment"
 end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure-0.1.1 test/support/env.rb
azure-0.1.0 test/support/env.rb