Sha256: f5929f26977393563189fa5021e3d75fd76371b6e7336027168cdff4cd25784b
Contents?: true
Size: 286 Bytes
Versions: 4
Compression:
Stored size: 286 Bytes
Contents
unless defined?(Motion::Project::Config) raise "This file must be required within a RubyMotion project Rakefile." end Motion::Project::App.setup do |app| Dir.glob(File.join(File.dirname(__FILE__), 'bacon-expect/**/*.rb')).reverse.each do |file| app.spec_files << file end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bacon-expect-1.0.3 | lib/bacon-expect.rb |
bacon-expect-1.0.2 | lib/bacon-expect.rb |
bacon-expect-1.0.1 | lib/bacon-expect.rb |
bacon-expect-0.1 | lib/bacon-expect.rb |