Sha256: 64bcf3587e033694147e3eb00ef8d2c32f96b1183aded37ead74da942b98affb
Contents?: true
Size: 394 Bytes
Versions: 9
Compression:
Stored size: 394 Bytes
Contents
Given(/^I have one started auton$/) do class EmptyAuton include StructureMapper::Hash attribute foo: String end @auton_type="EmptyAuton" @auton_id = Celluloid::Actor[:nestene_core].create_auton(@auton_type, 'empty_auton') end When(/^I visit the index page$/) do visit '/' end Then(/^I should see the id of that auton$/) do expect(page).to have_content 'empty_auton' end
Version data entries
9 entries across 9 versions & 1 rubygems