Sha256: 66109bcfd8204945da246ddb581d8a74af30f6956aa56b0b83eea7efae97d6b7

Contents?: true

Size: 199 Bytes

Versions: 5

Compression:

Stored size: 199 Bytes

Contents

require 'spec_helper'

describe "custom options" do
  it "records unknown options for client recall" do
    expect(CashRegister.statuses[1][:my_custom_option]).to eq("Nothing to see here")
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
flexible_enum-0.4.2 spec/custom_options_spec.rb
flexible_enum-0.4.1 spec/custom_options_spec.rb
flexible_enum-0.4.0 spec/custom_options_spec.rb
flexible_enum-0.3.0 spec/custom_options_spec.rb
flexible_enum-0.2.2 spec/custom_options_spec.rb