spec/integration/other_spec.rb in infrataster-0.1.13 vs spec/integration/other_spec.rb in infrataster-0.2.0.beta1
- old
+ new
@@ -1,9 +1,11 @@
require 'integration/spec_helper'
describe 'Normal subject not related to Infrataster' do
it "doesn't raise any error" do
- expect(subject).not_to raise_error
+ expect do
+ subject
+ end.not_to raise_error
end
end
describe server(:proxy) do
let(:time) { Time.now }