aboutsummaryrefslogtreecommitdiffstats
path: root/spec/views
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-03-22 17:02:23 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-03-22 17:02:23 +1100
commit1e89b0ab2050238d3368fd0fbaeac66e35c80d1c (patch)
tree4060485dc67daf8e89c6b89ca7c0deda361e99cf /spec/views
parent5fbb8f4357fd759cadfa0191694d3bad49d86a90 (diff)
Rename controller actions
Diffstat (limited to 'spec/views')
-rw-r--r--spec/views/reports/new.erb_spec.rb (renamed from spec/views/reports/new_report_request.html.erb_spec.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/reports/new_report_request.html.erb_spec.rb b/spec/views/reports/new.erb_spec.rb
index 806bf74c0..3045d135d 100644
--- a/spec/views/reports/new_report_request.html.erb_spec.rb
+++ b/spec/views/reports/new.erb_spec.rb
@@ -1,6 +1,6 @@
require File.expand_path(File.join('..', '..', '..', 'spec_helper'), __FILE__)
-describe 'reports/new_report_request.html.erb' do
+describe 'reports/new.html.erb' do
let(:info_request) { mock_model(InfoRequest, :url_title => "foo") }
before :each do
assign(:info_request, info_request)