From 2762f68363d7578ca02b77e4248496c62873d93c Mon Sep 17 00:00:00 2001 From: Gibheer Date: Tue, 27 Nov 2012 21:02:07 +0100 Subject: better specs for render --- spec/fixtures/templates/index.html.erb | 1 + spec/fixtures/templates/index.json.erb | 1 + 2 files changed, 2 insertions(+) create mode 100644 spec/fixtures/templates/index.html.erb create mode 100644 spec/fixtures/templates/index.json.erb (limited to 'spec/fixtures') diff --git a/spec/fixtures/templates/index.html.erb b/spec/fixtures/templates/index.html.erb new file mode 100644 index 0000000..2e9ba47 --- /dev/null +++ b/spec/fixtures/templates/index.html.erb @@ -0,0 +1 @@ +success diff --git a/spec/fixtures/templates/index.json.erb b/spec/fixtures/templates/index.json.erb new file mode 100644 index 0000000..535f10a --- /dev/null +++ b/spec/fixtures/templates/index.json.erb @@ -0,0 +1 @@ +{text: 'success'} -- cgit v1.2.3-70-g09d2