Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 94dfb29

Browse files
authored
Remove white space
1 parent 07db8f8 commit 94dfb29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/metadata/current_scope.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Feature: RSpec provides the current scope as RSpec.current_scope
77
Given a file named "current_scope_spec.rb" with:
88
"""ruby
99
# Outside of the test lifecycle, the current scope is `:suite`
10-
exit(1) unless RSpec.current_scope == :suite
10+
exit(1) unless RSpec.current_scope == :suite
1111
1212
at_exit do
1313
exit(1) unless RSpec.current_scope == :suite

0 commit comments

Comments
 (0)