We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371fb97 commit 3faf1a0Copy full SHA for 3faf1a0
experiments/replace_create_with_build_stubbed.rb
@@ -6,5 +6,5 @@
6
lookup 'spec'
7
search '(block (send nil let (sym _)) (args) $(send nil create))'
8
edit { |_, (create)| replace(create.loc.selector, 'build_stubbed') }
9
- policy { |new_file| system("bin/spring rspec --fail-fast #{new_file}") }
+ policy { |new_file| system("bin/spring rspec --format progress --fail-fast #{new_file}") }
10
end
0 commit comments