Sha256: 2198f19818301763335954a6aa7190e5dcd44091d9584a06d15aa86fa0cd8386

Contents?: true

Size: 293 Bytes

Versions: 58

Compression:

Stored size: 293 Bytes

Contents

describe Kubes::Compiler::Dsl::Syntax::DaemonSet do
  let(:evaluator) { described_class.new(options) }
  let(:options) { {path: fixture("syntax/daemon_set") } }

  context "DaemonSet" do
    it "run" do
      data = evaluator.run
      expect(data['kind']).to eq "DaemonSet"
    end
  end
end

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
kubes-0.9.3 spec/kubes/dsl/daemon_set.rb
kubes-0.9.2 spec/kubes/dsl/daemon_set.rb
kubes-0.9.1 spec/kubes/dsl/daemon_set.rb
kubes-0.9.0 spec/kubes/dsl/daemon_set.rb
kubes-0.8.10 spec/kubes/dsl/daemon_set.rb
kubes-0.8.9 spec/kubes/dsl/daemon_set.rb
kubes-0.8.8 spec/kubes/dsl/daemon_set.rb
kubes-0.8.7 spec/kubes/dsl/daemon_set.rb
kubes-0.8.6 spec/kubes/dsl/daemon_set.rb
kubes-0.8.5 spec/kubes/dsl/daemon_set.rb
kubes-0.8.4 spec/kubes/dsl/daemon_set.rb
kubes-0.8.3 spec/kubes/dsl/daemon_set.rb
kubes-0.8.2 spec/kubes/dsl/daemon_set.rb
kubes-0.8.1 spec/kubes/dsl/daemon_set.rb
kubes-0.8.0 spec/kubes/dsl/daemon_set.rb
kubes-0.7.10 spec/kubes/dsl/daemon_set.rb
kubes-0.7.9 spec/kubes/dsl/daemon_set.rb
kubes-0.7.8 spec/kubes/dsl/daemon_set.rb
kubes-0.7.7 spec/kubes/dsl/daemon_set.rb
kubes-0.7.6 spec/kubes/dsl/daemon_set.rb