e1d458dd34
fixes PLAT-1166 test-plan: install the turnitin lti tool create an assignment using both the turnitin lti tool and the turnitin plugin create a submission through the lti tool result: the plugin should be disabled for that assignment Change-Id: I4e89e33c61e5ad91e3b0125692631750b5199be1 Reviewed-on: https://gerrit.instructure.com/59360 Tested-by: Jenkins Reviewed-by: Brad Horrocks <bhorrocks@instructure.com> QA-Review: August Thornton <august@instructure.com> Product-Review: Nathan Mills <nathanm@instructure.com> |
||
---|---|---|
.. | ||
lib | ||
spec | ||
.rspec | ||
Gemfile | ||
LICENSE.txt | ||
README.md | ||
Rakefile | ||
lti_outbound.gemspec | ||
test.sh |
README.md
LtiOutbound
TODO: Write a gem description
Installation
Add this line to your application's Gemfile:
gem 'lti_outbound'
And then execute:
$ bundle
Or install it yourself as:
$ gem install lti_outbound
Usage
TODO: Write usage instructions here
Contributing
- Fork it ( http://github.com//lti_outbound/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request