summaryrefslogtreecommitdiff
path: root/spec/support/shared/with_scanner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/shared/with_scanner.rb')
-rw-r--r--spec/support/shared/with_scanner.rb2
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