Skip to content

Commit

Permalink
Renamed cucumber-steps.xml to cucumber-glue.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirkl committed Feb 15, 2012
1 parent 8062fd5 commit feb8d43
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void createInstances() {
}

private void createNewStepContext() {
stepContext = new ClassPathXmlApplicationContext(new String[]{"classpath*:cucumber-steps.xml"},
stepContext = new ClassPathXmlApplicationContext(new String[]{"classpath*:cucumber-glue.xml"},
applicationContext);
}

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit feb8d43

Please sign in to comment.