Skip to content

Commit

Permalink
fix Main spec from stalling on STDIN
Browse files Browse the repository at this point in the history
  • Loading branch information
farisj committed Oct 22, 2016
1 parent 589f990 commit cfa3fa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/dotenvious/cli/main_spec.rb
Expand Up @@ -5,6 +5,7 @@
context 'with no flags' do
before do
allow(File).to receive(:read).and_return("")
allow(STDIN).to receive(:gets).and_return('n')
end

it 'begins the EnvFileConsolidator' do
Expand Down

0 comments on commit cfa3fa7

Please sign in to comment.