Sha256: 4fcb612caec73625d6b3e98160369297742945eecc011e9d4645d9007854ba9e
Contents?: true
Size: 251 Bytes
Versions: 2
Compression:
Stored size: 251 Bytes
Contents
Dir.glob('lib/**/*.rb') {|file| require File.basename(file)} RSpec.configure do |config| config.color = true config.formatter = :documentation config.before { allow(FlickRaw::Flickr).to receive(:new).and_return(OpenStruct.new(photos: {})) } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
words_to_image-0.0.3 | spec/spec_helper.rb |
words_to_image-0.0.2 | spec/spec_helper.rb |