Sha256: 8503bf00269475663b931f9aa38efd7b4515b73aa59cf88d319003740f572d8f
Contents?: true
Size: 248 Bytes
Versions: 6
Compression:
Stored size: 248 Bytes
Contents
Given /^I have github instance$/ do @github = Github.new end When /^I fetch "([^"]*)"$/ do |method| @response = @github.send(method.to_sym) end When /^I will have access to "([^"]*)" API$/ do |api| @response.class.to_s.should match api end
Version data entries
6 entries across 6 versions & 1 rubygems