Sha256: faf757b874a01d7fc5b934fa546a1c64c25e1d323fd27d6cc1ede416c1b0abc6

Contents?: true

Size: 161 Bytes

Versions: 1

Compression:

Stored size: 161 Bytes

Contents

require 'spec_helper'

describe "Bushido::Config" do
  
  it "should have API version" do
    Bushido::Config.api_version.should be_a_kind_of(String)
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bushido-0.0.36 spec/gem_spec/config_spec.rb