Sha256: 1436f5cdf78b3c0e51a0a3fd8c708078ac9828f690d8a74915881a632c12bafb
Contents?: true
Size: 295 Bytes
Versions: 3
Compression:
Stored size: 295 Bytes
Contents
# -*- coding: utf-8 -*- require 'minitest/autorun' require 'simplecov' SimpleCov.start describe Fab do let(:fab){ Fab.new } describe "#email_address" do before do @x = fab.email_address end it "is a string" do @x.must_be_kind_of String end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sixarm_ruby_fab-1.0.2 | test/sixarm_ruby_fab_test/email_test.rb |
sixarm_ruby_fab-1.0.1 | test/sixarm_ruby_fab_test/email_test.rb |
sixarm_ruby_fab-1.0.0 | test/sixarm_ruby_fab_test/email_test.rb |