We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673d267 commit 375b71bCopy full SHA for 375b71b
1 file changed
spec/rack_test_client_spec.rb
@@ -9,6 +9,10 @@
9
10
subject { test_client }
11
12
+ before do
13
+ RspecApiDocumentation.configuration.app ||= context.app
14
+ end
15
+
16
it { expect(subject).to be_a(RspecApiDocumentation::RackTestClient) }
17
18
its(:context) { should equal(context) }
0 commit comments