You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am new to Airborne. Trying one basic script where the code get terminated in "describe 'spec' do" line in def register(example_group)
Tool used: Eclipse with Ruby plugin with Aiborne Libraries added.
require 'airborne'
begin
describe 'spec' do
it 'should validate types' do
get 'http://host.url.com/api/example.json' #json api that returns { "name" : "John Doe" }
expect_json_types(name: :string)
end
end
rescue Exception => e
puts e.message
puts e.backtrace.inspec
end
Kindly let me know if I am doing it wrong.
The text was updated successfully, but these errors were encountered:
Hi I am new to Airborne. Trying one basic script where the code get terminated in "describe 'spec' do" line in def register(example_group)
Tool used: Eclipse with Ruby plugin with Aiborne Libraries added.
require 'airborne'
begin
describe 'spec' do
it 'should validate types' do
get 'http://host.url.com/api/example.json' #json api that returns { "name" : "John Doe" }
expect_json_types(name: :string)
end
end
rescue Exception => e
puts e.message
puts e.backtrace.inspec
end
Kindly let me know if I am doing it wrong.
The text was updated successfully, but these errors were encountered: