Sha256: a0d2738233b3062ab66912f5b62624c14bac6ab9da120e8e1e25c659e9e4e26f

Contents?: true

Size: 418 Bytes

Versions: 9

Compression:

Stored size: 418 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '<%= '/..' * class_nesting_depth %>/../spec_helper')

describe <%= class_name %>Helper do

  # Delete this example and add some real ones or delete this file
  it "should be included in the object returned by #helper" do
    included_modules = (class << helper; self; end).send :included_modules
    included_modules.should include(<%= class_name %>Helper)
  end

end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
Objective3-objective_spec-0.0.2 generators/objective_controller/templates/helper_spec.rb
Objective3-objective_spec-0.0.3 generators/objective_controller/templates/helper_spec.rb
Objective3-objective_spec-0.0.4 generators/objective_controller/templates/helper_spec.rb
Objective3-objective_spec-0.1.2 generators/objective_controller/templates/helper_spec.rb
Objective3-objective_spec-0.1.3 generators/objective_controller/templates/helper_spec.rb
Objective3-objective_spec-0.1.4 generators/objective_controller/templates/helper_spec.rb
objective_spec-0.3.1 generators/objective_controller/templates/helper_spec.rb
objective_spec-0.3.0 generators/objective_controller/templates/helper_spec.rb
objective_spec-0.2.0 generators/objective_controller/templates/helper_spec.rb