Skip to content

Commit

Permalink
Merge pull request #24 from pikesley/js-spec
Browse files Browse the repository at this point in the history
Js spec
  • Loading branch information
Sam Pikesley committed Jan 13, 2016
2 parents 20ca471 + 8bcde16 commit 94f6478
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/config.yaml
Expand Up @@ -53,7 +53,7 @@ files:
outpath: app/wormname
spec/javascripts/support/jasmine.yml:
spec/javascripts/support/jasmine_helper.rb:
spec/javascripts/appSpec.js:
spec/javascripts/app_spec.js:
outpath: app/wormname
public/assets/favicon.ico:
public/css/styles.css:
Expand Down
2 changes: 1 addition & 1 deletion lib/skellington/version.rb
@@ -1,3 +1,3 @@
module Skellington
VERSION = "0.4.2"
VERSION = "0.4.3"
end
2 changes: 1 addition & 1 deletion spec/cli/javascript_spec.rb
Expand Up @@ -28,7 +28,7 @@ module Skellington

expect(File).to exist 'dummy_app/spec/javascripts/support/jasmine_helper.rb'

expect('dummy_app/spec/javascripts/dummy_appSpec.js').to have_content (
expect('dummy_app/spec/javascripts/dummy_app_spec.js').to have_content (
"""
describe('DummyApp', function() {
it('knows the truth', function() {
Expand Down

0 comments on commit 94f6478

Please sign in to comment.