Skip to content
This repository has been archived by the owner on Jan 17, 2018. It is now read-only.

Commit

Permalink
Removing jasmine testing
Browse files Browse the repository at this point in the history
These might come back, but for now there aren't any jasmine tests and
the task is failing
  • Loading branch information
javallone committed Sep 21, 2013
1 parent 114f44b commit dcbe3d4
Show file tree
Hide file tree
Showing 139 changed files with 1 addition and 59,984 deletions.
14 changes: 1 addition & 13 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,4 @@ require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

namespace :spec do
desc 'Run Jasmine code examples'
task :jasmine do
root = Pathname.new(__FILE__).dirname
jasmine_node = root + 'node_modules/jasmine-node/bin/jasmine-node'
spec_root = root + 'spec/javascripts'
setup = spec_root + 'spec_setup.js'

fail unless Kernel.system(jasmine_node.to_s, '--requireJsSetup', setup.to_s, spec_root.to_s)
end
end

task :travis => ['spec', 'spec:jasmine']
task :travis => ['spec']
1 change: 0 additions & 1 deletion node_modules/.bin/jasmine-node

This file was deleted.

13 changes: 0 additions & 13 deletions node_modules/jasmine-node/.npmignore

This file was deleted.

6 changes: 0 additions & 6 deletions node_modules/jasmine-node/.travis.yml

This file was deleted.

22 changes: 0 additions & 22 deletions node_modules/jasmine-node/LICENSE

This file was deleted.

83 changes: 0 additions & 83 deletions node_modules/jasmine-node/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions node_modules/jasmine-node/bin/jasmine-node

This file was deleted.

54 changes: 0 additions & 54 deletions node_modules/jasmine-node/lib/jasmine-node/async-callback.js

This file was deleted.

91 changes: 0 additions & 91 deletions node_modules/jasmine-node/lib/jasmine-node/autotest.js

This file was deleted.

Loading

0 comments on commit dcbe3d4

Please sign in to comment.