Sha256: 98a7f2ac68242ae00cb9c412f3d47d5b78bd968d5cb4d1fd6b70ee70a40a923d

Contents?: true

Size: 230 Bytes

Versions: 8

Compression:

Stored size: 230 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

8 entries across 8 versions & 1 rubygems

Version Path
bubble-wrap-1.9.7 spec/lib/motion_stub.rb
bubble-wrap-1.9.6 spec/lib/motion_stub.rb
bubble-wrap-1.9.5 spec/lib/motion_stub.rb
bubble-wrap-1.9.4 spec/lib/motion_stub.rb
bubble-wrap-1.9.3 spec/lib/motion_stub.rb
bubble-wrap-1.9.2 spec/lib/motion_stub.rb
bubble-wrap-1.9.1 spec/lib/motion_stub.rb
bubble-wrap-1.9.0 spec/lib/motion_stub.rb