Commit d82b8553 by LI Daobing

add dummy code for rspec

parent 04eb6876
--color
--format progress
--format documentation
require 'spec_helper'
require 'paperclip/storage/qiniu'
module Paperclip::Storage
describe Qiniu do
it "should works" do
1.should == 1
end
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment