Skip to content

Commit

Permalink
Updated annotation for AbstractRepository public methods in test/test…
Browse files Browse the repository at this point in the history
…_helper.rb
  • Loading branch information
Luca Guidi committed May 22, 2008
1 parent ae283df commit e9c8bdb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
* Updated annotation for AbstractRepository public methods in test/test_helper.rb

* Introduced Class#class_method_proxy in order to make available annotated class methods as private methods

Example:
Expand Down
11 changes: 7 additions & 4 deletions test/test_helper.rb
Expand Up @@ -65,10 +65,13 @@ def remove_local_repository_path
module Sashimi
class AbstractRepository
@@local_repository_sub_path = 'sashimi_test/.rails/plugins'
public :local_repository_path, :change_dir, :prepare_installation,
:cache_file, :add_to_cache, :remove_from_cache,
:cache_content, :change_dir_to_local_repository,
:change_dir_to_plugin_path, :plugins_dir, :copy_plugin_to_rails_app
public :add_to_cache, :cache_content, :cache_file,
:change_dir, :change_dir_to_absolute_plugins_dir,
:change_dir_to_local_repository, :change_dir_to_plugin_path,
:copy_plugin_to_rails_app, :local_repository_path, :path_to_rails_app,
:plugins_dir, :prepare_installation, :remove_from_cache,
:remove_hidden_folders, :rename_temp_folder, :run_install_hook,
:write_to_cache
end
end

Expand Down

0 comments on commit e9c8bdb

Please sign in to comment.