Sha256: 4cb885ff8681ca28cc0e134d1482a5fb376436510b7464a5350e31fa1c7d24d2
Contents?: true
Size: 211 Bytes
Versions: 2
Compression:
Stored size: 211 Bytes
Contents
# -*- coding: utf-8 -*- require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "YaCan" do it 'should set&get appid' do YaCan.appid = 'hoge' YaCan.appid.should == 'hoge' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yacan-0.1.1 | spec/yacan_spec.rb |
yacan-0.1.0 | spec/yacan_spec.rb |