mirror of
https://github.com/wahyd4/ruby-sdk.git
synced 2026-08-10 05:18:37 +10:00
11 lines
195 B
Ruby
Executable File
11 lines
195 B
Ruby
Executable File
# -*- encoding: utf-8 -*-
|
|
|
|
require 'spec_helper'
|
|
require 'qiniu/version'
|
|
|
|
describe Qiniu::Version do
|
|
it "should has a VERSION" do
|
|
Qiniu::Version.to_s.should =~ /^\d+\.\d+\.\d+?$/
|
|
end
|
|
end
|