aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorManfred Stienstra <manfred@fngtps.com>2011-02-25 12:34:46 +0100
committerAndrew White <andyw@pixeltrix.co.uk>2011-03-23 23:32:44 +0000
commit5da9a74bd35284cf5124793c1f7558e506b52592 (patch)
treedbfbdb38ecc08317426cd7f70e57e3d7acdc630f /actionpack/test/fixtures
parentc5908a86492271ca55a6f54ccfd62b521cdc47c9 (diff)
downloadrails-5da9a74bd35284cf5124793c1f7558e506b52592.tar.gz
rails-5da9a74bd35284cf5124793c1f7558e506b52592.tar.bz2
rails-5da9a74bd35284cf5124793c1f7558e506b52592.zip
Add a failing test case for an implicit action with a before filter.
Signed-off-by: Andrew White <andyw@pixeltrix.co.uk>
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/filter_test/implicit_actions/edit.html.erb1
-rw-r--r--actionpack/test/fixtures/filter_test/implicit_actions/show.html.erb1
2 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/filter_test/implicit_actions/edit.html.erb b/actionpack/test/fixtures/filter_test/implicit_actions/edit.html.erb
new file mode 100644
index 0000000000..8491ab9f80
--- /dev/null
+++ b/actionpack/test/fixtures/filter_test/implicit_actions/edit.html.erb
@@ -0,0 +1 @@
+edit \ No newline at end of file
diff --git a/actionpack/test/fixtures/filter_test/implicit_actions/show.html.erb b/actionpack/test/fixtures/filter_test/implicit_actions/show.html.erb
new file mode 100644
index 0000000000..0a89cecf05
--- /dev/null
+++ b/actionpack/test/fixtures/filter_test/implicit_actions/show.html.erb
@@ -0,0 +1 @@
+show \ No newline at end of file