Sha256: 9265949a6ee9e79e323a0a6036dda2f63a40694465fd9d79c1ddcd4491216323
Contents?: true
Size: 494 Bytes
Versions: 24
Compression:
Stored size: 494 Bytes
Contents
Feature: The `launchy_browser` binary Scenario: Opening a URL # Add path to Ruby's load path Given I set the environment variable "RUBYLIB" to "test_bin" And a file named "test_bin/launchy.rb" with: """ class Launchy def self.open(url) puts "[fake] Launchy.open('#{ url }')" end end """ When I run `launchy_browser http://www.example.com` Then the output should contain "[fake] Launchy.open('http://www.example.com')"
Version data entries
24 entries across 24 versions & 1 rubygems