Skip to content

Instantly share code, notes, and snippets.

@changemewtf
Created March 21, 2017 16:12
Show Gist options
  • Save changemewtf/197ef3c4c69983dcaa27e9dc39ccdc9b to your computer and use it in GitHub Desktop.
Save changemewtf/197ef3c4c69983dcaa27e9dc39ccdc9b to your computer and use it in GitHub Desktop.
BASIC_BIND = <<-YAML.strip
First Name: Max
Last Name: Cantor
Display Name: !bind First Name
YAML
RSpec.describe Yuby do
it "performs basic binding" do
hash = Yuby.load BASIC_BIND
expect(hash["Display Name"]).to(
eq "Max")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment