Sha256: 8505cbbf52769b15da207157623376e0f5890e602eb2e29d9f0f7d312028b38e

Contents?: true

Size: 466 Bytes

Versions: 1

Compression:

Stored size: 466 Bytes

Contents

require "spec_helper"

describe "using the flavors api" do

  context "to show" do
    include_context "rummrc"
    When { VCR.use_cassette("flavors/show") {run "rumm show flavors"}}
    Then {all_stdout =~ /performance1-1    1 GB Performance/}
    And {last_exit_status.should eql 0}
  end

  context "to get help" do
    Given { rumm "help show flavors" }
    Then { all_stdout.match "Shows a list of all of the server flavors available on Rackspace" }
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rumm-0.1.0 spec/features/flavors_spec.rb