Added missing test file.
This commit is contained in:
parent
b518c5d2b8
commit
519028f491
1 changed files with 16 additions and 0 deletions
16
app/views/tests/model_ui.html.erb
Normal file
16
app/views/tests/model_ui.html.erb
Normal file
|
@ -0,0 +1,16 @@
|
|||
|
||||
<link rel="stylesheet" href="/assets/tests/qunit-1.10.0.css">
|
||||
<script src="/assets/tests/qunit-1.10.0.js"></script>
|
||||
<script src="/assets/tests/model-ui.js"></script>
|
||||
|
||||
<style type="text/css">
|
||||
body {
|
||||
padding-top: 0px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script type="text/javascript">
|
||||
</script>
|
||||
|
||||
<div id="qunit"></div>
|
||||
|
Loading…
Reference in a new issue