Sha256: b4c8c1952ca2d7b9218f80cadb3bc08e96d504f0034d543782286f5fa30eaa8f

Contents?: true

Size: 361 Bytes

Versions: 3

Compression:

Stored size: 361 Bytes

Contents

require File.dirname(__FILE__) + '/test_helper'
require 'booty'

describe Booty, '#call should except my booty call any dam time of the night!' do
  { 'this' => 'this', 'go' => 'sail', 'posted' => 'tacked to the yardarm' }.each do |key, value|
    it "and turn '#{key}' into '#{value}'" do
      Booty.call(key).include?(value).should be_true
    end
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
mdeering-booty-0.1.0 spec/booty_spec.rb
booty-0.1.1 spec/booty_spec.rb
booty-0.1.0 spec/booty_spec.rb