Commit 96a5268a7c364c980315ff953a0780c0f577cd45
1 parent
e09e911d
Exists in
colab
and in
4 other branches
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,8 +2,6 @@ require 'spec_helper' | ||
| 2 | 2 | ||
| 3 | describe ModulesController do | 3 | describe ModulesController do |
| 4 | describe "load_module_tree" do | 4 | describe "load_module_tree" do |
| 5 | - render_views | ||
| 6 | - | ||
| 7 | before :each do | 5 | before :each do |
| 8 | ModuleResult.expects(:find).with(42).returns(FactoryGirl.build(:module_result)) | 6 | ModuleResult.expects(:find).with(42).returns(FactoryGirl.build(:module_result)) |
| 9 | request.env["HTTP_ACCEPT"] = 'application/javascript' # FIXME: there should be a better way to force JS | 7 | request.env["HTTP_ACCEPT"] = 'application/javascript' # FIXME: there should be a better way to force JS |