Fix CalloutsHelper spec subject

This commit is contained in:
Matija Čupić 2018-01-30 16:59:10 +01:00
parent 4157cad23b
commit 4cfe66ae5f
No known key found for this signature in database
GPG Key ID: 4BAF84FFACD2E5DE
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ describe CalloutsHelper do
describe '.show_gke_cluster_integration_callout?' do
let(:project) { create(:project) }
subject { helper.show_gke_cluster_integration_callout?('test_name', project) }
subject { helper.show_gke_cluster_integration_callout?(project) }
context 'when user has not dismissed' do
before do