Skip to content

Instantly share code, notes, and snippets.

View airbr's full-sized avatar
🏠
Somewhat busy

Morgan Murrah airbr

🏠
Somewhat busy
View GitHub Profile
# Create a Test Suite for MorganWebDev.com
require 'test/unit'
require 'rubygems'
require 'selenium-webdriver'
class TestMorganWebDev < Test::Unit::TestCase
def setup
@driver = Selenium::WebDriver.for :firefox
@base_url = "http://www.morganwebdev.com/"
@driver.manage.timeouts.implicit_wait = 30
@airbr
airbr / love.rb
Created January 14, 2023 05:48
love poem to my fiancee
# Write a long love poem to your fiancee
# Print the first line
puts "I love you"
# Print the second line
puts "You're beautiful"
# Print the third line
puts "You're smart"