Sha256: 567fd96c1ac49e1dfddba3ec5552b981a0f69be5f73f8e65ee77c1d6041f4289
Contents?: true
Size: 189 Bytes
Versions: 1
Compression:
Stored size: 189 Bytes
Contents
require "minitest/autorun" require "coder_wally" describe "Coder Wally" do it "has a default api url" do "https://coderwall.com/{username}.json".must_equal CoderWally::Url end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
coder_wally-0.0.1 | test/coder_wally_test.rb |