dwf: refactor to move expects & spec to the global name space so they're

accessible.
This commit is contained in:
Davis W. Frank
2008-11-27 14:30:46 -08:00
commit a2802923e2
10 changed files with 1012 additions and 0 deletions

17
jasmine.iml Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="RUBY_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="false">
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Ruby SDK" jdkType="RUBY_SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntryProperties />
</component>
<component name="RModuleContentRootManager">
<TEST_URLS url="file://$MODULE_DIR$/test" />
</component>
<component name="RModuleSettingsStorage">
<RMODULE_SETTINGS_STORAGE_ID NAME="SHOULD_USE_RSPEC_TEST_FRAMEWORK" VALUE="false" />
<RMODULE_SETTINGS_STORAGE_ID NAME="NUMBER" VALUE="0" />
</component>
</module>