diff options
Diffstat (limited to 'spec/integration/parser/functions/require.rb')
-rwxr-xr-x | spec/integration/parser/functions/require.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/integration/parser/functions/require.rb b/spec/integration/parser/functions/require.rb index 15ff51b95..79ba13d24 100755 --- a/spec/integration/parser/functions/require.rb +++ b/spec/integration/parser/functions/require.rb @@ -64,11 +64,4 @@ describe "the include function" do @compiler.catalog.edge?(@scope.resource,@compiler.findresource(:class,"includedclass")).should be_true end - it "should find a file with an all lowercase name given a mixed case name" do - with_file('includedclass',"class includedclass {}") { - @scope.function_include("includedclass") - } - @compiler.catalog.edge?(@scope.resource,@compiler.findresource(:class,"IncludedClass")).should be_true - end - end |