Show More
Commit Description:
- add problem toggle test js reponse (it was forgotten)...
Commit Description:
- add problem toggle test js reponse (it was forgotten) - change score report to bootstrap-sortable
File last commit:
Show/Diff file:
Action:
spec/controllers/sources_controller_spec.rb | 12 lines | 197 B | text/x-ruby | RubyLexer |
live editor using cloud9 ace for problem
r564 require 'spec_helper'
describe SourcesController do
describe "GET 'direct_edit'" do
it "returns http success" do
get 'direct_edit'
response.should be_success
end
end
end