Sha256: e90e070201cccc716e0b6ef27b07164f133e8bb8fff49145417ee8ffa68ea86f
Contents?: true
Size: 812 Bytes
Versions: 3
Compression:
Stored size: 812 Bytes
Contents
=begin Copyright (c) 2011 Matthew Stump freshmeat_spec.rb Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. =end require 'rubygems' require 'fakeweb' FakeWeb.allow_net_connect = false $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'freshmeat'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
freshmeat-1.1.1 | spec/spec_helper.rb |
freshmeat-1.1.0 | spec/spec_helper.rb |
freshmeat-1.0.0 | spec/spec_helper.rb |