Skip to content

Commit cd680d1

Browse files
committed
Remove backtrace from one by one specs
1 parent fab5ca4 commit cd680d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function run_specs_one_by_one {
7272

7373
for file in `find spec -iname '*_spec.rb'`; do
7474
echo "Running $file"
75-
bin/rspec $file -b --format progress
75+
bin/rspec $file --format progress
7676
done
7777
}
7878

0 commit comments

Comments
 (0)