Sha256: 8e5b27cf786d91956a14e08990e1f0912519f11a389bd8e1b0e2c6cb86a27675

Contents?: true

Size: 248 Bytes

Versions: 1

Compression:

Stored size: 248 Bytes

Contents

require 'spec_helper'

describe "Bushido::Platform" do
  describe "publish_url" do
    it "should return publish url" do
      Bushido::Platform.publish_url.should == "#{Bushido::Platform.host}/apps/#{Bushido::Platform.name}/bus"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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