Skip to content

Instantly share code, notes, and snippets.

View slbug's full-sized avatar

Alexander Grebennik slbug

  • Poland
  • 23:14 (UTC +02:00)
View GitHub Profile
# RSpec
require 'spec/expectations'
# Webrat
require 'webrat'
require 'test/unit/assertions'
World(Test::Unit::Assertions)
Webrat.configure do |config|