spec/utopia/exceptions/handler_spec.rb in utopia-1.6.13 vs spec/utopia/exceptions/handler_spec.rb in utopia-1.7.1

- old
+ new

@@ -19,10 +19,12 @@ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. require_relative '../rack_helper' + require 'utopia/exceptions' +require 'utopia/controller' RSpec.describe Utopia::Exceptions::Handler do include_context "rack app", File.expand_path("handler_spec.ru", __dir__) it "should successfully call the controller method" do