Sha256: 088a6f0c8df63bc879788e6eb5a9a080cb18487b45f6af1db069cff37aa255c8

Contents?: true

Size: 359 Bytes

Versions: 5

Compression:

Stored size: 359 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')

describe UsersHelper 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(UsersHelper)
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gemstreamer-1.2.0 spec/assets/testapp/spec/helpers/users_helper_spec.rb
gemstreamer-1.1.1 spec/assets/testapp/spec/helpers/users_helper_spec.rb
gemstreamer-1.1.0 spec/assets/testapp/spec/helpers/users_helper_spec.rb
gemstreamer-1.0.0 spec/assets/testapp/spec/helpers/users_helper_spec.rb
gemstreamer-0.0.0 spec/assets/testapp/spec/helpers/users_helper_spec.rb