Sha256: b39985c7b6fd42393a45f8f5f81bfe4b04e5ab0350acd3010c501efa8b49f638
Contents?: true
Size: 400 Bytes
Versions: 74
Compression:
Stored size: 400 Bytes
Contents
require 'spec_helper' # Specs in this file have access to a helper object that includes # the ReposHelper. For example: # # describe ReposHelper do # describe "string concat" do # it "concats two strings with spaces" do # expect(helper.concat_strings("this","that")).to eq("this that") # end # end # end module Hubstats RSpec.describe ReposHelper, :type => :helper do end end
Version data entries
74 entries across 74 versions & 1 rubygems