aboutsummaryrefslogtreecommitdiffstats
path: root/spec/views
diff options
context:
space:
mode:
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)