Sha256: 54dde4733db0dee406f88e900b1f4f2bab13366de35f563f97d8ab4cf712c700

Contents?: true

Size: 464 Bytes

Versions: 38

Compression:

Stored size: 464 Bytes

Contents

Shindo.tests("Fog::Joyent[:analytics] | transformation", %w{joyent}) do
  @analytics = Fog::Joyent[:analytics]
  @transformation = @analytics.transformations.first

  tests('read only') do
    returns(false, 'should not save') { @transformation.respond_to?(:save)}
    returns(false, 'should not allow creating a new one') { @transformation.respond_to?(:create)}
    returns(false, 'should not allow destroying') { @transformation.respond_to?(:destroy)}
  end
end

Version data entries

38 entries across 36 versions & 6 rubygems

Version Path
fog-1.27.0 tests/joyent/models/analytics/transformation_tests.rb
fog-1.26.0 tests/joyent/models/analytics/transformation_tests.rb
fog-1.25.0 tests/joyent/models/analytics/transformation_tests.rb
nsidc-fog-1.24.1 tests/joyent/models/analytics/transformation_tests.rb
fog-1.24.0 tests/joyent/models/analytics/transformation_tests.rb
ns-fog-1.22.11 tests/joyent/models/analytics/transformation_tests.rb
ns-fog-1.22.10 tests/joyent/models/analytics/transformation_tests.rb
ns-fog-1.22.9 tests/joyent/models/analytics/transformation_tests.rb
ns-fog-1.22.8 tests/joyent/models/analytics/transformation_tests.rb
ns-fog-1.22.7 tests/joyent/models/analytics/transformation_tests.rb
ns-fog-1.22.6 tests/joyent/models/analytics/transformation_tests.rb
fog-1.23.0 tests/joyent/models/analytics/transformation_tests.rb
ns-fog-1.22.4 tests/joyent/models/analytics/transformation_tests.rb
ns-fog-1.22.3 tests/joyent/models/analytics/transformation_tests.rb
ns-fog-1.22.2 tests/joyent/models/analytics/transformation_tests.rb
fog-1.22.1 tests/joyent/models/analytics/transformation_tests.rb
fog-1.22.0 tests/joyent/models/analytics/transformation_tests.rb
fog-1.21.0 tests/joyent/models/analytics/transformation_tests.rb