Sha256: a5a533d64d5c5ebc058d63695546329b4f80601b5d13825bc5d5faf08edb45e7

Contents?: true

Size: 431 Bytes

Versions: 10

Compression:

Stored size: 431 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + "/../../../../test/test_helper")

# Use non-default action names to get around possible authentication
# filters to ensure the tests work in most cases
module TinyMCEActions
  def new_page
    render :text => 'Hello'
  end
  def edit_page
    render :text => 'Hello'
  end
  def show_page
    render :text => 'Hello'
  end
end

class TestController
  def self.helper(s) s; end
end

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
kete-tiny_mce-0.1.0 test/test_helper.rb
krasivotokak-tiny_mce-0.0.1 test/test_helper.rb
krasivotokak-tiny_mce-0.0.2 test/test_helper.rb
krasivotokak-tiny_mce-0.0.4 test/test_helper.rb
krasivotokak-tiny_mce-0.1.0 test/test_helper.rb
tiny_mce-0.1.1 test/test_helper.rb
tiny_mce-0.1.0 test/test_helper.rb
tiny_mce-0.0.4 test/test_helper.rb
tiny_mce-0.0.2 test/test_helper.rb
tiny_mce-0.0.1 test/test_helper.rb