Sha256: 972a5a5ef9a1b6f972b56172ac00a3a4d0afb869cd29d000e851b31eebee41a0

Contents?: true

Size: 234 Bytes

Versions: 14

Compression:

Stored size: 234 Bytes

Contents

# Create a fake Motion class hierarchy for testing.
module Motion
  module Project
    class App
      def self.setup
      end
    end
    
    class Config
      def files_dependencies
      end
    end
  end
  Version = "1.24"
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bubble-wrap-1.8.0 spec/lib/motion_stub.rb
bubble-wrap-1.7.1 spec/lib/motion_stub.rb
bubble-wrap-1.7.0 spec/lib/motion_stub.rb
bubble-wrap-1.6.0 spec/lib/motion_stub.rb
bubble-wrap-1.6.0.rc1 spec/lib/motion_stub.rb
bubble-wrap-1.5.0 spec/lib/motion_stub.rb
bubble-wrap-1.5.0.rc1 spec/lib/motion_stub.rb
bubble-wrap-1.4.0 spec/lib/motion_stub.rb
bubble-wrap-1.3.0 spec/lib/motion_stub.rb
bubble-wrap-1.3.0.osx spec/lib/motion_stub.rb
bubble-wrap-1.2.0 spec/lib/motion_stub.rb
bubble-wrap-1.2.0.pre spec/lib/motion_stub.rb
bubble-wrap-1.1.5 spec/lib/motion_stub.rb
bubble-wrap-1.1.4 spec/lib/motion_stub.rb