This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mocha tests/auther.js | |
fs.js:400 | |
return binding.readdir(pathModule._makeLong(path)); | |
^ | |
Error: ENOTDIR, not a directory 'tests/auther.js' | |
at Object.readdirSync (fs.js:400:18) | |
at lookupFiles (/usr/local/lib/node_modules/mocha/bin/_mocha:396:6) | |
at /usr/local/lib/node_modules/mocha/bin/_mocha:241:24 | |
at Array.forEach (native) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var assert = require("assert"); | |
var request = require("request"); | |
describe('auther', function () { | |
var auther = require("../auther"); | |
it('exists', function () { | |
it('should not be null', function () { | |
assert.notEqual(auther, null); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var assert = require("assert"); | |
var request = require("request"); | |
describe('auther', function () { | |
var auther = require("../auther"); | |
it('exists', function () { | |
it('should not be null', function () { | |
assert.notEqual(auther, null); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Vim syntax file | |
" Language: FreeMarker Template Language (FTL) | |
" Maintainer: Stephan Müller <[email protected]> | |
" Last Change: 2008 Oct 22 | |
syn case match | |
" directives and interpolations | |
syn region ftlStartDirective start=+<#+ end=+>+ contains=ftlKeyword, ftlDirective, ftlString, ftlComment | |
syn region ftlEndDirective start=+</#+ end=+>+ contains=ftlDirective |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="contests-cycle"> | |
<ul> | |
<!-- an example of a linked image in the slideshow: --> | |
<li> | |
<a href=""><img src=""/></a> | |
</li> | |
<!-- an example of an iframe in the slideshow: --> | |
<li> | |
<iframe src="" width="" height="" frameborder="0"></iframe> | |
</li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="thumbnails standard"> | |
<li class="item"> | |
<a class="thumbnail standard" href=""> | |
<img src="http://dl.dropbox.com/u/22302/2_XTV_1_Home_03.jpg"> | |
<b class="icon play">Play</b> | |
<span class="air-date">3/20/11</span> | |
<span class="net-logo"> | |
<img src="" alt="Network logo" /> | |
</span> | |
</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# IMPORTANT: This file is generated by cucumber-rails - edit at your own peril. | |
# It is recommended to regenerate this file in the future when you upgrade to a | |
# newer version of cucumber-rails. Consider adding your own code to a new file | |
# instead of editing this one. Cucumber will automatically load all features/**/*.rb | |
# files. | |
require 'uri' | |
require 'cgi' | |
require File.expand_path(File.join(File.dirname(__FILE__), "..", "support", "paths")) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Then /^debug$/ do | |
debugger;1 | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!= partial('partials/carousel', { entities: fast.results.slice(0, 5), title: 'Recommended For You', showDoubleWide: true }) | |
!= partial('partials/carousel', { entities: fast.results.slice(5, 10), title: 'In Your Watchlist' }) | |
h2 Navigation | |
ul | |
li: a(href="/recommendations") Recommendations | |
li: a(href="/genres") Genres | |
li: a(href="/content/series") All series | |
li: a(href="/content/movies") All movies |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<deviceName><p>Blah2</p></deviceName> |