Whitespace
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/0641de8f Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/0641de8f Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/0641de8f Branch: refs/heads/master Commit: 0641de8f8e6d54e6e4578cc997ca5d5bd26e177d Parents: f5866de Author: Peter Donald <[email protected]> Authored: Sun Sep 20 16:23:10 2015 +1000 Committer: Peter Donald <[email protected]> Committed: Sun Sep 20 16:23:10 2015 +1000 ---------------------------------------------------------------------- spec/ide/idea_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/0641de8f/spec/ide/idea_spec.rb ---------------------------------------------------------------------- diff --git a/spec/ide/idea_spec.rb b/spec/ide/idea_spec.rb index 5b95702..f446fa8 100644 --- a/spec/ide/idea_spec.rb +++ b/spec/ide/idea_spec.rb @@ -149,7 +149,7 @@ describe Buildr::IntellijIdea do invoke_generate_task end - it "generates one non-exported test scope 'module-library' orderEntry in IML" do + it "generates one non-exported test scope 'module-library' orderEntry in IML" do root_module_xml(@foo).should have_nodes("#{order_entry_xpath}[@type='module-library' and @exported]/library/CLASSES/root", 0) root_module_xml(@foo).should have_nodes("#{order_entry_xpath}[@type='module-library' and @scope='TEST']/library/CLASSES/root", 1) end
