Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

Commit

Permalink
add dummy code for rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lidaobing committed Jul 17, 2012
1 parent 04eb687 commit d82b855
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .rspec
@@ -1,2 +1,2 @@
--color
--format progress
--format documentation
10 changes: 10 additions & 0 deletions spec/lib/paperclip/storage/qiniu_spec.rb
@@ -0,0 +1,10 @@
require 'spec_helper'
require 'paperclip/storage/qiniu'

module Paperclip::Storage
describe Qiniu do
it "should works" do
1.should == 1
end
end
end

0 comments on commit d82b855

Please sign in to comment.