Sha256: a9ecf58ffdd58f6cb4569efdc4a2d70a8e6c48d606927315996af4cdf644260a

Contents?: true

Size: 270 Bytes

Versions: 14

Compression:

Stored size: 270 Bytes

Contents

module Infrataster
  module Helpers
    module RSpecHelper
      def method_missing(method, *args)
        current_infrataster_context.public_send(method, *args)
      end

      def current_infrataster_context
        @infrataster_context
      end
    end
  end
end


Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
infrataster-0.1.13 lib/infrataster/helpers/rspec_helper.rb
infrataster-0.1.12 lib/infrataster/helpers/rspec_helper.rb
infrataster-0.1.11 lib/infrataster/helpers/rspec_helper.rb
infrataster-0.1.10 lib/infrataster/helpers/rspec_helper.rb
infrataster-0.1.9 lib/infrataster/helpers/rspec_helper.rb
infrataster-0.1.8 lib/infrataster/helpers/rspec_helper.rb
infrataster-0.1.7 lib/infrataster/helpers/rspec_helper.rb
infrataster-0.1.6 lib/infrataster/helpers/rspec_helper.rb
infrataster-0.1.5 lib/infrataster/helpers/rspec_helper.rb
infrataster-0.1.4 lib/infrataster/helpers/rspec_helper.rb
infrataster-0.1.3 lib/infrataster/helpers/rspec_helper.rb
infrataster-0.1.2 lib/infrataster/helpers/rspec_helper.rb
infrataster-0.1.1 lib/infrataster/helpers/rspec_helper.rb
infrataster-0.1.0 lib/infrataster/helpers/rspec_helper.rb