Skip to content

Commit f789858

Browse files
committed
cleanup
1 parent fd0fa1b commit f789858

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/bashly/script/introspection/visibility.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Script
33
module Introspection
44
module Visibility
55
# Returns :public, :private, or :semi_private based on the `private`
6-
# option of the host, in confunction with `Settings.private_reveal_key`.
6+
# option of the host, in conjunction with `Settings.private_reveal_key`.
77
def visibility
88
if !options['private']
99
:public

spec/bashly/integration/bash_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
describe 'bash' do
2-
context 'when bash version is < 4', :slow, :noci, :stable do
2+
context 'when bash version is < 4', :noci, :slow, :stable do
33
before { system 'docker pull bash:3 >/dev/null' }
44

55
it 'errors gracefully' do

0 commit comments

Comments
 (0)