def test_file_loader():
    t = Tackle('some_filename.txt')
    data = t.load_data('tests/test_data.json')
    assert data['name'] == 'test'