Skip to content

Commit

Permalink
Specs for existing Fog::Bin interface
Browse files Browse the repository at this point in the history
Prepartion for fog/fog-core#105
  • Loading branch information
tokengeek committed Dec 9, 2014
1 parent 60a4bc0 commit 3741d35
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec/fog/bin/dynect_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
require "minitest/autorun"
require "fog"
require "fog/bin"
require "helpers/bin"

describe Dynect do
include Fog::BinSpec

let(:subject) { Dynect }
end

0 comments on commit 3741d35

Please sign in to comment.