lib/gris/generators/templates/scaffold/spec/support/app_helper.rb in gris-0.3.9 vs lib/gris/generators/templates/scaffold/spec/support/app_helper.rb in gris-0.4.0

- old
+ new

@@ -7,10 +7,10 @@ before(:each) do header 'Http-Authorization', permitted_token end end -shared_context 'with a running app and client' do +shared_context 'with a running app and token authorized client' do include_context 'with a running app' include_context 'with token authorization' let(:client) do Hyperclient.new('http://example.org/') do |client|