Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kostya committed Nov 15, 2016
1 parent 78fa619 commit b6cc186
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions spec/client_server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@
@server.alive?.should == true
end

if prot_type == :old
it "big message, to pass env variables in future" do
a = "a" * 10000
@client.execute(command: 'stop', args: [a]).should == :corrupted_data
end
else
if prot_type == :new
it "big message, to pass env variables in future" do
a = "a" * 10000
mock(Eye::Control).command('stop', a, {}){ :command_sent2 }
Expand Down

0 comments on commit b6cc186

Please sign in to comment.