Skip to content

Commit b94baf2

Browse files
committed
specs pass
1 parent 1f17079 commit b94baf2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

spec/approvals/cli/add/list

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ settings
4242
Copy a sample settings.yml file to your project, allowing you to customize
4343
some bashly options.
4444

45+
stacktrace
46+
Add a function that shows stacktrace on error.
47+
4548
strings
4649
Copy an additional configuration file to your project, allowing you to
4750
customize all the tips and error strings.

spec/bashly/library_source_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
it 'returns all libraries as keys' do
102102
expect(subject.libraries.keys).to match_array %i[
103103
colors completions completions_script completions_yaml config
104-
help hooks ini lib settings strings test validations yaml
104+
help hooks ini lib settings stacktrace strings test validations yaml
105105
render_markdown render_mandoc
106106
]
107107
end

0 commit comments

Comments
 (0)