mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
706f873c53
We require setting up MiniSpec and `fog` in each spec and this just feels cleaner way of doing it. Adding Coverage next and we don't want the code in EVERY spec.
9 lines
137 B
Ruby
9 lines
137 B
Ruby
require "spec_helper"
|
|
require "fog/bin"
|
|
require "helpers/bin"
|
|
|
|
describe Dynect do
|
|
include Fog::BinSpec
|
|
|
|
let(:subject) { Dynect }
|
|
end
|