Commit 96a5268a7c364c980315ff953a0780c0f577cd45

Authored by Rafael Manzo
1 parent e09e911d

Fixed dependency on kalibro

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
spec/controllers/modules_controller_spec.rb
... ... @@ -2,8 +2,6 @@ require 'spec_helper'
2 2  
3 3 describe ModulesController do
4 4 describe "load_module_tree" do
5   - render_views
6   -
7 5 before :each do
8 6 ModuleResult.expects(:find).with(42).returns(FactoryGirl.build(:module_result))
9 7 request.env["HTTP_ACCEPT"] = 'application/javascript' # FIXME: there should be a better way to force JS
... ...