rake-runner-test/src/jetbrains/slow/plugins/rakerunner/RubyEnvConfiguratorServiceAgentTest.java [220:228]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    final Ref<BuildRunnerContext> contextRef = new Ref<BuildRunnerContext>();
    addBuildParamsListener(null, null, null, contextRef);

    final HashMap<String, String> feature = new HashMap<String, String>();
    feature.put(RubyEnvConfiguratorConstants.UI_USE_RVM_KEY, "path");
    feature.put(RubyEnvConfiguratorConstants.UI_RUBY_SDK_PATH_KEY, "");
    feature.put(RubyEnvConfiguratorConstants.UI_FAIL_BUILD_IF_NO_RUBY_FOUND_KEY, Boolean.TRUE.toString());

    final SBuildType bt = configureFakeBuild(FakeBuildConfiguration.Feature, feature);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



rake-runner-test/src/jetbrains/slow/plugins/rakerunner/RubyEnvConfiguratorServiceAgentTest.java [257:265]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    final Ref<BuildRunnerContext> contextRef = new Ref<BuildRunnerContext>();
    addBuildParamsListener(null, null, null, contextRef);

    final HashMap<String, String> feature = new HashMap<String, String>();
    feature.put(RubyEnvConfiguratorConstants.UI_USE_RVM_KEY, "path");
    feature.put(RubyEnvConfiguratorConstants.UI_RUBY_SDK_PATH_KEY, "");
    feature.put(RubyEnvConfiguratorConstants.UI_FAIL_BUILD_IF_NO_RUBY_FOUND_KEY, Boolean.TRUE.toString());

    final SBuildType bt = configureFakeBuild(FakeBuildConfiguration.Feature, feature);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



