require 'construct'

World(Construct::Helpers)

Before do
  @construct = create_construct
end

After do
  @construct.destroy!
end