Show More
Commit Description:
merge with algo and add brython files that were missing
Commit Description:
merge with algo and add brython files that were missing
References:
File last commit:
Show/Diff file:
Action:
spec/controllers/sources_controller_spec.rb | 12 lines | 197 B | text/x-ruby | RubyLexer |
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