Sha256: 49119a68ef266a5df669a83d9e261897834d3138c6a89a7ffad601af480cf0a2

Contents?: true

Size: 233 Bytes

Versions: 5

Compression:

Stored size: 233 Bytes

Contents

require "spec_helper"

describe Bunnish::Command::Subscribe do
  describe ".run(argv, input_stream, output_stream, error_stream)" do
    context "when argv = []" do
      it "should success" do
        
      end
    end
  end  
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bunnish-0.1.3 spec/lib/bunnish/command/subscribe_spec.rb
bunnish-0.1.2 spec/lib/bunnish/command/subscribe_spec.rb
bunnish-0.1.1 spec/lib/bunnish/command/subscribe_spec.rb
bunnish-0.1.0 spec/lib/bunnish/command/subscribe_spec.rb
bunnish-0.0.9 spec/lib/bunnish/command/subscribe_spec.rb