Skip to content

Commit

Permalink
Merge pull request #59 from andyl/master
Browse files Browse the repository at this point in the history
Jasminerice MultiSuite
  • Loading branch information
bradphelan committed Oct 15, 2012
2 parents f896b03 + c8e7b31 commit f9c9036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/controllers/jasminerice/spec_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class SpecController < Jasminerice::ApplicationController
layout false

def index
@specenv = params[:environment].try(:concat, "_spec") || "spec"
end

def fixtures
Expand Down
2 changes: 1 addition & 1 deletion app/views/jasminerice/spec/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
= stylesheet_link_tag "jasmine"
= stylesheet_link_tag "spec"
= javascript_include_tag "jasminerice"
= javascript_include_tag "spec"
= javascript_include_tag @specenv
= csrf_meta_tags
%body

0 comments on commit f9c9036

Please sign in to comment.