Sha256: ef7d64700b05864d8a63db98f2cda3aae676d9ea1050491e8b436cee7563c5b4

Contents?: true

Size: 208 Bytes

Versions: 9

Compression:

Stored size: 208 Bytes

Contents

Shindo.tests('AWS::Storage | directory models', ['aws']) do

  @collection = AWS[:storage].directories
  @model = @collection.new(:key => Time.now.to_f.to_s)
  @non_id = 'not_a_directory'

  tests_model

end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fog-0.3.15 tests/aws/models/storage/directory_tests.rb
fog-0.3.14 tests/aws/models/storage/directory_tests.rb
fog-0.3.13 tests/aws/models/storage/directory_tests.rb
fog-0.3.12 tests/aws/models/storage/directory_tests.rb
fog-0.3.11 tests/aws/models/storage/directory_tests.rb
fog-0.3.10 tests/aws/models/storage/directory_tests.rb
fog-0.3.9 tests/aws/models/storage/directory_tests.rb
fog-0.3.8 tests/aws/models/storage/directory_tests.rb
fog-0.3.7 tests/aws/models/storage/directory_tests.rb