plugins/application/spec/application/command/history_spec.rb in redcar-dev-0.12.17dev vs plugins/application/spec/application/command/history_spec.rb in redcar-dev-0.12.18dev
- old
+ new
@@ -1,5 +1,5 @@
-require File.join(File.dirname(__FILE__), "..", "..", "spec_helper")
+require "spec_helper"
describe Redcar::Command::History do
class HistoryTestCommand1 < Redcar::Command
def execute
end