summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures/clusters.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/javascripts/fixtures/clusters.rb')
-rw-r--r--spec/javascripts/fixtures/clusters.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/fixtures/clusters.rb b/spec/javascripts/fixtures/clusters.rb
index 69dbe54ffc2..8ebd8a41366 100644
--- a/spec/javascripts/fixtures/clusters.rb
+++ b/spec/javascripts/fixtures/clusters.rb
@@ -22,7 +22,7 @@ describe Projects::ClustersController, '(JavaScript fixtures)', type: :controlle
remove_repository(project)
end
- it 'clusters/show_cluster.html.raw' do |example|
+ it 'clusters/show_cluster.html' do |example|
get :show, params: {
namespace_id: project.namespace.to_param,
project_id: project,