diff options
author | Łukasz Strzałkowski <lukasz.strzalkowski@gmail.com> | 2013-08-06 00:35:34 +0200 |
---|---|---|
committer | Łukasz Strzałkowski <lukasz.strzalkowski@gmail.com> | 2013-08-25 11:39:14 +0200 |
commit | 1538395d4c249f7322b11218488d375182088eaa (patch) | |
tree | c8a0e33e9e59ce9da52455cfaea9bf781f6b612a /actionpack/test/fixtures/fun/games | |
parent | b5410a73ec48bd8f2881ae9b8a5d253a7c063d2f (diff) | |
download | rails-1538395d4c249f7322b11218488d375182088eaa.tar.gz rails-1538395d4c249f7322b11218488d375182088eaa.tar.bz2 rails-1538395d4c249f7322b11218488d375182088eaa.zip |
Remove unused fixtures and models from AP tests
Diffstat (limited to 'actionpack/test/fixtures/fun/games')
-rw-r--r-- | actionpack/test/fixtures/fun/games/_form.erb | 1 | ||||
-rw-r--r-- | actionpack/test/fixtures/fun/games/hello_world.erb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/test/fixtures/fun/games/_form.erb b/actionpack/test/fixtures/fun/games/_form.erb deleted file mode 100644 index 01107f1cb2..0000000000 --- a/actionpack/test/fixtures/fun/games/_form.erb +++ /dev/null @@ -1 +0,0 @@ -<%= form.label :title %> diff --git a/actionpack/test/fixtures/fun/games/hello_world.erb b/actionpack/test/fixtures/fun/games/hello_world.erb deleted file mode 100644 index 1ebfbe2539..0000000000 --- a/actionpack/test/fixtures/fun/games/hello_world.erb +++ /dev/null @@ -1 +0,0 @@ -Living in a nested world
\ No newline at end of file |