07 Mar, 2014
2 commits
-
Conflicts: lib/noosfero/plugin/routes.rb plugins/container_block/test/unit/block_test.rb plugins/container_block/test/unit/environment_test.rb plugins/container_block/test/unit/profile_test.rb plugins/container_block/views/blocks/container.html.erb
25 Feb, 2014
1 commit
23 Jan, 2014
2 commits
-
(ActionItem2943)
09 Dec, 2013
3 commits
-
Although there are a lot of places on Noosfero where we do this test_helper ugly inclusion, they are just obsolete. Now we prefer to just include the test_helper and run the tests through rake tasks or including the path to the tests helper in the test run (something like: ruby -Itest ...).
05 Dec, 2013
1 commit
-
Whenever we are creating new models on plugins we should use the plugin's namespace to avoid future name conflicts.