main
 1require "spec_helper"
 2
 3describe Capistrano::S3tarball do
 4  it "has a version number" do
 5    expect(Capistrano::S3tarball::VERSION).not_to be nil
 6  end
 7
 8  it "does something useful" do
 9    expect(false).to be_falsey
10  end
11end