require File.dirname(__FILE__) + '/../../spec_helper' describe 'EC2.create_snapshot' do it "should return proper attributes with no params" do pending # actual = ec2.create_snapshot(volume_id) # p actual end it "should return proper attributes with params" end