Sha256: 8efb043a54df6211c2c6f47e80f9f6bdad866e406d832c6e22de9dbb53ad1ca3

Contents?: true

Size: 182 Bytes

Versions: 7

Compression:

Stored size: 182 Bytes

Contents

require 'spec_helper'

describe InlineTemplates::Helpers do
  it "defines helper" do
    invoke_controller(TestController, :test).should == TestController::ReferenceOutput
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
inline_templates-1.0.0 spec/inline_templates/helpers_spec.rb
inline_templates-0.0.6 spec/inline_templates/helpers_spec.rb
inline_templates-0.0.5 spec/inline_templates/helpers_spec.rb
inline_templates-0.0.4 spec/inline_templates/helpers_spec.rb
inline_templates-0.0.3 spec/inline_templates/helpers_spec.rb
inline_templates-0.0.2 spec/inline_templates/helpers_spec.rb
inline_templates-0.0.1 spec/inline_templates/helpers_spec.rb