Skip to content

Commit

Permalink
DaveHunt: Corrected typo in Ruby WebDriver test suite export method. …
Browse files Browse the repository at this point in the history
…Fixes issue 3243

r15895
  • Loading branch information
davehunt committed Feb 16, 2012
1 parent 05b2b63 commit 5824a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide/plugins/ruby-format/src/content/formats/ruby-wd.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function formatSuite(testSuite, filename) {
formattedSuite += 'require "' + testFile + '"\n';
}
}
return result;
return formattedSuite;
}

function defaultExtension() {
Expand Down

0 comments on commit 5824a1a

Please sign in to comment.