Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Mathieu committed Mar 22, 2010
1 parent a7702f1 commit 07e294f
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Rakefile
@@ -0,0 +1,11 @@
#
# The rspec tasks
#
require 'spec/rake/spectask'
task :default=> :spec

desc "Run all specs"
Spec::Rake::SpecTask.new('spec') do |t|
t.spec_files = FileList['spec/**/*.rb']
t.spec_opts = ['-cfs']
end
4 changes: 4 additions & 0 deletions spec/fixtures/default_mocks.js
@@ -0,0 +1,4 @@
jQuery.mockAjax({
url: '/test',
content: "Hello World !"
});

0 comments on commit 07e294f

Please sign in to comment.