octokom 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/spec/octokom_spec.rb DELETED
@@ -1,8 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe Octokom do
4
- it 'forwards arguments to the Command class' do
5
- expect(Octokom::Command).to receive(:run).with(['one', 'two'])
6
- Octokom.start('one', 'two')
7
- end
8
- end