Sha256: 7d258016267327591e66af11cba6173c24b6d24c4d720c32b474fd849e0cfd50
Contents?: true
Size: 377 Bytes
Versions: 1
Compression:
Stored size: 377 Bytes
Contents
require File.join(__FILE__.gsub(/(.*)?\/spec\/.*$/, '\1'), 'spec/spec_helper') describe Rtml::HighLevel::VariableManager do it "should include the built-in TML variables" do proc { subject['card.pan'] }.should_not raise_error(Rtml::Errors::MissingVariableError) proc { subject['card.input_type'] }.should_not raise_error(Rtml::Errors::MissingVariableError) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rtml-2.0.4 | spec/lib/rtml/high_level/variable_manager_spec.rb |