Skip to content

Commit

Permalink
fixes and start of the command line script
Browse files Browse the repository at this point in the history
  • Loading branch information
wbailey committed May 7, 2012
1 parent abc82b7 commit 9e9e929
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions bin/claws
@@ -0,0 +1,6 @@
#!/bin/env ruby
require 'claws'

CLaws::Collection::EC2.connect( YAML.load_file('/Users/w.bailey/.claws.yml') )

col = Claws::Collection::EC2.get
2 changes: 1 addition & 1 deletion spec/presenter/ec2_spec.rb
Expand Up @@ -30,7 +30,7 @@

@full_presenter = subject.new(full_instance, cap.roles(full_instance.public_dns))

less_instance = double(AWS::EC2, :public_dns => nil, :security_groups => nil, :tags => nil, :elastic_ip => nil)
less_instance = double(AWS::EC2, :tags => nil)
@less_presenter = subject.new(less_instance)
end

Expand Down

0 comments on commit 9e9e929

Please sign in to comment.