forked from sumitngupta/jasmine-gem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rails generator installs examples from Jasmine.
- Loading branch information
Lee Byrd & Christian Williams
committed
Jun 25, 2010
1 parent
43dfa00
commit 920e918
Showing
9 changed files
with
35 additions
and
34 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
11 changes: 0 additions & 11 deletions
11
generators/jasmine/templates/spec/javascripts/ExampleSpec.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
generators/jasmine/templates/spec/javascripts/helpers/SpecHelper.js
This file was deleted.
Oops, something went wrong.
This file contains 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
Submodule jasmine
updated
from 22065f to ed80a0
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s| | |
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Rajan Agaskar", "Christian Williams"] | ||
s.date = %q{2010-06-23} | ||
s.date = %q{2010-06-25} | ||
s.default_executable = %q{jasmine} | ||
s.description = %q{Javascript BDD test framework} | ||
s.email = %q{[email protected]} | ||
|
@@ -20,14 +20,18 @@ Gem::Specification.new do |s| | |
s.files = [ | ||
"generators/jasmine/jasmine_generator.rb", | ||
"generators/jasmine/templates/INSTALL", | ||
"generators/jasmine/templates/jasmine-example/SpecRunner.html", | ||
"generators/jasmine/templates/jasmine-example/spec/PlayerSpec.js", | ||
"generators/jasmine/templates/jasmine-example/spec/SpecHelper.js", | ||
"generators/jasmine/templates/jasmine-example/src/Player.js", | ||
"generators/jasmine/templates/jasmine-example/src/Song.js", | ||
"generators/jasmine/templates/lib/tasks/jasmine.rake", | ||
"generators/jasmine/templates/spec/javascripts/ExampleSpec.js", | ||
"generators/jasmine/templates/spec/javascripts/helpers/SpecHelper.js", | ||
"generators/jasmine/templates/spec/javascripts/support/jasmine-rails.yml", | ||
"generators/jasmine/templates/spec/javascripts/support/jasmine.yml", | ||
"generators/jasmine/templates/spec/javascripts/support/jasmine_runner.rb", | ||
"jasmine/lib/TrivialReporter.js", | ||
"jasmine/example/SpecRunner.html", | ||
"jasmine/lib/consolex.js", | ||
"jasmine/lib/jasmine-html.js", | ||
"jasmine/lib/jasmine.css", | ||
"jasmine/lib/jasmine.js", | ||
"jasmine/lib/json2.js", | ||
|
This file contains 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
This file contains 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