Skip to content

Commit

Permalink
Pend this booger
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrossley3 committed Sep 14, 2011
1 parent ca77042 commit 8e1be7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/hello_world_spec.rb
Expand Up @@ -31,6 +31,7 @@
deploy File.join( File.dirname(__FILE__), "../apps/node-info.war" )

it "should greet the world" do
pending("until jboss fixes war deployment")
response = open("http://localhost:8080/node-info") {|f| f.read}
response.should include( 'JBoss-Cloud node info' )
end
Expand Down

0 comments on commit 8e1be7c

Please sign in to comment.