Sha256: 3ea0c60944e22f7e8aec62c9eea182597fec83bea34157d56d75a1d78829c7b8
Contents?: true
Size: 306 Bytes
Versions: 1
Compression:
Stored size: 306 Bytes
Contents
# frozen_string_literal: true require 'pio/open_flow13/goto_table' describe Pio::OpenFlow13::GotoTable do describe '.new' do When(:goto_table) { Pio::OpenFlow13::GotoTable.new(options) } context 'with 1' do Given(:options) { 1 } Then { goto_table.table_id == 1 } end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pio-0.30.2 | spec/pio/open_flow13/goto_table_spec.rb |