Skip to content

Commit 3faf1a0

Browse files
author
Jônatas Davi Paganini
committed
Use progress format
1 parent 371fb97 commit 3faf1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/replace_create_with_build_stubbed.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
lookup 'spec'
77
search '(block (send nil let (sym _)) (args) $(send nil create))'
88
edit { |_, (create)| replace(create.loc.selector, 'build_stubbed') }
9-
policy { |new_file| system("bin/spring rspec --fail-fast #{new_file}") }
9+
policy { |new_file| system("bin/spring rspec --format progress --fail-fast #{new_file}") }
1010
end

0 commit comments

Comments
 (0)