Sha256: 64836e599715c066403cb77aaef75238c2c66fc6eb9061efc306c8fae4869f3d
Contents?: true
Size: 235 Bytes
Versions: 15
Compression:
Stored size: 235 Bytes
Contents
Given(/^I am using the API helper$/) do @env.extend(MediawikiSelenium::ApiHelper) end When(/^I access the API helper$/) do @env.api end Then(/^the API client should have authenticated$/) do expect(@env.api).to be_logged_in end
Version data entries
15 entries across 15 versions & 1 rubygems