From 274ba14ea24d2e59a4ddf2e09fd94fa9246f1c55 Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Wed, 3 Aug 2011 19:18:19 -0700 Subject: refactor dummy application into git submodule --- spec/dummy | 1 + spec/dummy/public/404.html | 26 -------------------------- spec/dummy/public/422.html | 26 -------------------------- spec/dummy/public/500.html | 26 -------------------------- spec/dummy/public/favicon.ico | 0 5 files changed, 1 insertion(+), 78 deletions(-) create mode 160000 spec/dummy delete mode 100644 spec/dummy/public/404.html delete mode 100644 spec/dummy/public/422.html delete mode 100644 spec/dummy/public/500.html delete mode 100644 spec/dummy/public/favicon.ico (limited to 'spec/dummy/public') diff --git a/spec/dummy b/spec/dummy new file mode 160000 index 0000000..84d6635 --- /dev/null +++ b/spec/dummy @@ -0,0 +1 @@ +Subproject commit 84d66350ec474665e7d436dca479a142b091f874 diff --git a/spec/dummy/public/404.html b/spec/dummy/public/404.html deleted file mode 100644 index 9a48320..0000000 --- a/spec/dummy/public/404.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - -
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
- - diff --git a/spec/dummy/public/422.html b/spec/dummy/public/422.html deleted file mode 100644 index 83660ab..0000000 --- a/spec/dummy/public/422.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - -
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
- - diff --git a/spec/dummy/public/500.html b/spec/dummy/public/500.html deleted file mode 100644 index b80307f..0000000 --- a/spec/dummy/public/500.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - -
-

We're sorry, but something went wrong.

-

We've been notified about this issue and we'll take a look at it shortly.

-
- - diff --git a/spec/dummy/public/favicon.ico b/spec/dummy/public/favicon.ico deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3