spec/spec_helper.rb in zunnit-0.0.3 vs spec/spec_helper.rb in zunnit-0.0.4

- old
+ new

@@ -5,5 +5,11 @@ require 'zunnit' RSpec.configure do |config| config.fail_fast = true end + +Zunnit.setup do |z| + z.client = "busk" + z.key = "busk" + z.version = "1.0" +end \ No newline at end of file