We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523759f commit 35d20e2Copy full SHA for 35d20e2
1 file changed
spec/client_spec.rb
@@ -24,7 +24,9 @@
24
end
25
26
it "raises an error when no api key is supplied" do
27
- expect { CloudConvert::Client.new }.to raise_error(Schemacop::Exceptions::ValidationError)
+ with_env CLOUDCONVERT_API_KEY: nil do
28
+ expect { CloudConvert::Client.new }.to raise_error(Schemacop::Exceptions::ValidationError)
29
+ end
30
31
32
it "reads the sandbox bool out of attrs" do
0 commit comments