From 037db6844ec8ce92c6ef382ed3d25a4d50f9c80e Mon Sep 17 00:00:00 2001 From: Jon Yurek Date: Sun, 10 May 2009 18:27:17 -0400 Subject: [PATCH] Fixed ignores and added the fixture s3.yml --- .gitignore | 4 ++-- test/fixtures/s3.yml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 test/fixtures/s3.yml diff --git a/.gitignore b/.gitignore index c02795176..c0fd8f45d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ *~ *.swp tmp -s3.yml -public \ No newline at end of file +test/s3.yml +public diff --git a/test/fixtures/s3.yml b/test/fixtures/s3.yml new file mode 100644 index 000000000..43d3996a1 --- /dev/null +++ b/test/fixtures/s3.yml @@ -0,0 +1,4 @@ +development: + key: 54321 +production: + key: 12345