diff options
| author | mo khan <mo.khan@gmail.com> | 2020-09-16 17:44:37 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-09-16 17:44:37 -0600 |
| commit | 72bb7126f7e391b92ed94d89fddb945477c836ed (patch) | |
| tree | acd6e58c5b949d48d06d6975304188b4d4457dd8 /spec/support/shared/with_scanner.rb | |
| parent | 2cfabe4424e5c13390f91c8708a43f57641b51f1 (diff) | |
chore: fix linter error
Diffstat (limited to 'spec/support/shared/with_scanner.rb')
| -rw-r--r-- | spec/support/shared/with_scanner.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/shared/with_scanner.rb b/spec/support/shared/with_scanner.rb index fe88496..6817515 100644 --- a/spec/support/shared/with_scanner.rb +++ b/spec/support/shared/with_scanner.rb @@ -14,7 +14,7 @@ RSpec.shared_context 'with scanner' do around do |example| if project_fixture - project.mount(dir: fixture_file(project_fixture)) + project.mount(dir: fixture_file(project_fixture)) else project.clone(git_url, branch: git_branch.to_s) end |
