Sha256: f7ae3be39a0aa3dcfcb1928d78b435d4016b02520288ed3255a745c8899be191

Contents?: true

Size: 315 Bytes

Versions: 122

Compression:

Stored size: 315 Bytes

Contents

Shindo.tests("AWS::RDS | db instance options", ['aws', 'rds']) do

  params = {:engine => 'mysql'}

  pending if Fog.mocking?

  tests('#options') do
    tests 'contains options' do
      @instance = Fog::AWS[:rds].instance_options.new(params)
      returns(true) { @instance.engine == 'mysql' }
    end
  end

end

Version data entries

122 entries across 120 versions & 8 rubygems

Version Path
fog-maestrodev-1.18.0.20131206115947 tests/aws/models/rds/instance_option_tests.rb
fog-maestrodev-1.18.0.20131205181604 tests/aws/models/rds/instance_option_tests.rb
fog-maestrodev-1.18.0.20131127194823 tests/aws/models/rds/instance_option_tests.rb
fog-maestrodev-1.18.0.20131126183714 tests/aws/models/rds/instance_option_tests.rb
fog-maestrodev-1.18.0.20131126122111 tests/aws/models/rds/instance_option_tests.rb
fog-maestrodev-1.18.0.20131125111730 tests/aws/models/rds/instance_option_tests.rb
fog-maestrodev-1.18.0.20131125083406 tests/aws/models/rds/instance_option_tests.rb
fog-maestrodev-1.18.0.20131123105121 tests/aws/models/rds/instance_option_tests.rb
fog-maestrodev-1.18.0.20131122203507 tests/aws/models/rds/instance_option_tests.rb
fog-maestrodev-1.18.0.20131121075022 tests/aws/models/rds/instance_option_tests.rb
fog-maestrodev-1.18.0.20131118164830 tests/aws/models/rds/instance_option_tests.rb
fog-maestrodev-1.18.0.20131115184302 tests/aws/models/rds/instance_option_tests.rb
fog-maestrodev-1.18.0.20131114200144 tests/aws/models/rds/instance_option_tests.rb
fog-maestrodev-1.18.0.20131112185232 tests/aws/models/rds/instance_option_tests.rb
fog-maestrodev-1.18.0.20131111203459 tests/aws/models/rds/instance_option_tests.rb
fog-1.18.0 tests/aws/models/rds/instance_option_tests.rb
fog-1.17.0 tests/aws/models/rds/instance_option_tests.rb
fog-1.16.0 tests/aws/models/rds/instance_option_tests.rb
fog-maestrodev-1.15.0.20130927082724 tests/aws/models/rds/instance_option_tests.rb
fog-maestrodev-1.15.0.20130829165835 tests/aws/models/rds/instance_option_tests.rb