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-aws-3.12.0 tests/models/rds/instance_option_tests.rb
fog-aws-3.11.0 tests/models/rds/instance_option_tests.rb
fog-aws-3.10.0 tests/models/rds/instance_option_tests.rb
fog-aws-3.9.0 tests/models/rds/instance_option_tests.rb
fog-aws-3.8.0 tests/models/rds/instance_option_tests.rb
fog-aws-3.7.0 tests/models/rds/instance_option_tests.rb
fog-aws-3.6.7 tests/models/rds/instance_option_tests.rb
fog-aws-3.6.6 tests/models/rds/instance_option_tests.rb
fog-aws-3.6.5 tests/models/rds/instance_option_tests.rb
fog-aws-3.6.4 tests/models/rds/instance_option_tests.rb
fog-aws-3.6.3 tests/models/rds/instance_option_tests.rb
fog-aws-3.6.2 tests/models/rds/instance_option_tests.rb
fog-aws-3.5.2 tests/models/rds/instance_option_tests.rb
fog-aws-3.5.1 tests/models/rds/instance_option_tests.rb
fog-aws-3.5.0 tests/models/rds/instance_option_tests.rb
fog-aws-3.4.0 tests/models/rds/instance_option_tests.rb
fog-aws-3.3.0 tests/models/rds/instance_option_tests.rb
fog-aws-3.2.0 tests/models/rds/instance_option_tests.rb
fog-aws-3.1.0 tests/models/rds/instance_option_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-aws-2.0.1/tests/models/rds/instance_option_tests.rb