Skip to content

Commit

Permalink
Add test for Gitlab::Shell.
Browse files Browse the repository at this point in the history
  • Loading branch information
asedge committed Dec 28, 2014
1 parent dcd795d commit 9bd4f7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/gitlab/shell_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
it "should set the Readline completion_proc" do
completion = Readline.completion_proc
expect(completion).to be_truthy
expect(completion).to be_a Proc
end
it "should set the Readline completion_append_character" do
completion_character = Readline.completion_append_character
expect(completion_character).to eq(' ')
end
end

Expand Down

0 comments on commit 9bd4f7a

Please sign in to comment.