Sha256: ff3c32644b5082e547eee209d4a55e99900896a76c8f4b1d5a4d73562126a400
Contents?: true
Size: 350 Bytes
Versions: 10
Compression:
Stored size: 350 Bytes
Contents
module SomeExtension end module OtherExtension end MagicLamp.fixture(name: "foo") do raise "first fixture" render :foo end MagicLamp.define(controller: OrdersController, extend: SomeExtension) do fixture(name: :bar, extend: OtherExtension) do raise "second fixture" render :foo end end MagicLamp.fixture(name: "okay") do {} end
Version data entries
10 entries across 10 versions & 1 rubygems