Skip to content

Commit

Permalink
make testing easier
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Dec 3, 2010
1 parent 6c253ce commit 3ed06b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
pkg
rdoc
test.sh

7 changes: 7 additions & 0 deletions test.sh.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

#For testing this gem:
export AWS_ACCESS_KEY=ADDYOURKEYHERE
export AWS_SECRET_KEY=ADDYOURSECRETKEYHERE

spec spec/

0 comments on commit 3ed06b0

Please sign in to comment.