fix functional tests

This commit is contained in:
r888888888
2015-08-19 11:23:29 -07:00
parent b1bbb4fd9b
commit 076416c228
6 changed files with 7 additions and 10 deletions

View File

@@ -15,13 +15,6 @@ module Explore
assert_response :success
end
end
context "#intro" do
should "render" do
get :intro
assert_response :success
end
end
end
end
end